]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: fix test for HAVE_LANGINFO_H
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 2 Nov 2022 03:38:12 +0000 (04:38 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Thu, 10 Nov 2022 03:06:45 +0000 (04:06 +0100)
lib/meson.build

index 35c4152bd304d2821c45214763522230073a856d..cb1fbc11c9866511cfa80fff30d424996c8ffd9a 100644 (file)
@@ -67,7 +67,7 @@ if build_plymouth_support
 '''.split()
 endif
 
-if conf.get('HAVE_LANGINFO_H') in [1]
+if conf.get('HAVE_LANGINFO_H') not in [1]
   lib_common_sources += 'langinfo.c'
 endif