From: Fred Morcos Date: Wed, 16 Aug 2023 10:02:13 +0000 (+0200) Subject: Meson: Cleanup the gmtoff module X-Git-Tag: rec-5.1.0-alpha1~80^2~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ecefad710fe7f7a7ba573d7c1ac2690a6bcf7dc;p=thirdparty%2Fpdns.git Meson: Cleanup the gmtoff module --- diff --git a/meson/tm-gmtoff/meson.build b/meson/tm-gmtoff/meson.build index 722ded8381..e583aa0b47 100644 --- a/meson/tm-gmtoff/meson.build +++ b/meson/tm-gmtoff/meson.build @@ -1,11 +1,8 @@ -# Check for the tm_gmtoff field in struct tm -# Inputs: conf - prefix = ''' #include #include ''' 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')