From: Karel Zak Date: Mon, 16 Sep 2024 09:33:39 +0000 (+0200) Subject: meson: fix after rebase X-Git-Tag: v2.42-start~97^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3dd652e27175edf3de1b7bdba30bbb1b51c51a83;p=thirdparty%2Futil-linux.git meson: fix after rebase --- diff --git a/meson.build b/meson.build index 8dcc9c9cc..62687a102 100644 --- a/meson.build +++ b/meson.build @@ -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 ') > 0 +have_statmount = cc.has_type('struct statmount', prefix : '#include ') have_listmount = cc.has_header_symbol('linux/mount.h', 'LSMT_ROOT') # kernel headers provides the syscall, but there is not SYS_xxx yet