]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Cleanup the gmtoff module
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 16 Aug 2023 10:02:13 +0000 (12:02 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:40 +0000 (13:28 +0100)
meson/tm-gmtoff/meson.build

index 722ded83810542d33209dc101bbd268f23881fd7..e583aa0b476bffe90875be4f72f2f918619aaa48 100644 (file)
@@ -1,11 +1,8 @@
-# Check for the tm_gmtoff field in struct tm
-# Inputs: conf
-
 prefix = '''
 #include <sys/types.h>
 #include <time.h>
 '''
 
 has = cxx.has_member('struct tm', 'tm_gmtoff', prefix: prefix)
-conf.set10('HAVE_TM_GMTOFF', has, description: 'Whether tm_gmtoff is available')
+conf.set('HAVE_TM_GMTOFF', has, description: 'Whether tm_gmtoff is available')
 summary('tm_gmtoff', has, bool_yn: true, section: 'System')