From 8ecefad710fe7f7a7ba573d7c1ac2690a6bcf7dc Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 16 Aug 2023 12:02:13 +0200 Subject: [PATCH] Meson: Cleanup the gmtoff module --- meson/tm-gmtoff/meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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') -- 2.47.2