diff options
Diffstat (limited to 'kopete/ConfigureChecks.cmake')
-rw-r--r-- | kopete/ConfigureChecks.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
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 ) + |