From 86e9e2420c147bf64ae64aafd2e75576dc40e7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 26 Jun 2015 13:05:45 +0200 Subject: Fix missing configure checks for CMake build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 82dd739ceb246c8d8d10faf03b1a2267d8352d16) --- kopete/ConfigureChecks.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kopete') diff --git a/kopete/ConfigureChecks.cmake b/kopete/ConfigureChecks.cmake index b6ec6758..ef0a250f 100644 --- a/kopete/ConfigureChecks.cmake +++ b/kopete/ConfigureChecks.cmake @@ -33,3 +33,6 @@ if ( HAVE_LINUX_VIDEODEV_H ) endif ( ) # -- End linux-videodev.h ---------------------------------------------- +### Check for tm_gmtoff in tm struct +check_struct_has_member( "struct tm" tm_gmtoff time.h HAVE_TM_GMTOFF ) + -- cgit v1.2.3