summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorToMe25 <ToMe25@gmx.de>2021-04-18 17:49:33 +0200
committerToMe25 <ToMe25@gmx.de>2021-04-18 17:49:33 +0200
commitcfabe09ad8ae906c5c06077a8b4a8a77e4286f40 (patch)
treec135f93c46f5ef365e27695e6a9d8dedc67a7294 /acinclude.m4
parent72124ab00565e8f7b87770d19182b9fdbb2d2fca (diff)
downloadlibgtop-cfabe09ad8ae906c5c06077a8b4a8a77e4286f40.tar.gz
Fix some more procmap.c issues
Commit acinclude getmntinfo workaround
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 79e0b374..8bbda0cb 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -263,8 +263,7 @@ AC_CACHE_VAL(fu_cv_sys_mounted_getmntinfo,
[
ok=
if test $ac_cv_func_getmntinfo = yes; then
-AC_EGREP_HEADER(f_type;, sys/mount.h,
-ok=yes)
+AC_EGREP_HEADER(getmntinfo, sys/mount.h, ok=yes)
fi
test -n "$ok" \
&& fu_cv_sys_mounted_getmntinfo=yes \