Fix some more procmap.c issues

Commit acinclude getmntinfo workaround
This commit is contained in:
ToMe25
2021-04-18 17:49:33 +02:00
parent 72124ab005
commit cfabe09ad8
2 changed files with 8 additions and 9 deletions

View File

@@ -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 \