]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: fix after rebase
authorKarel Zak <kzak@redhat.com>
Mon, 16 Sep 2024 09:33:39 +0000 (11:33 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 12:57:43 +0000 (13:57 +0100)
meson.build

index 8dcc9c9cc8428c0bc7a008c7b590893e2347ee61..62687a102045e606c059e51ffa23318df824b09d 100644 (file)
@@ -111,7 +111,7 @@ have = cc.has_member('struct statx', 'stx_mnt_id',
 conf.set('HAVE_STRUCT_STATX_STX_MNT_ID', have ? 1 : false)
 
 
-have_statmount = cc.has_type('struct statmount', prefix : '#include <linux/mount.h>') > 0
+have_statmount = cc.has_type('struct statmount', prefix : '#include <linux/mount.h>')
 have_listmount = cc.has_header_symbol('linux/mount.h', 'LSMT_ROOT')
 
 # kernel headers provides the syscall, but there is not SYS_xxx yet