summaryrefslogtreecommitdiff
path: root/m4/ls-mntd-fs.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ls-mntd-fs.m4')
-rw-r--r--m4/ls-mntd-fs.m423
1 files changed, 2 insertions, 21 deletions
diff --git a/m4/ls-mntd-fs.m4 b/m4/ls-mntd-fs.m4
index 59a951e187..7e4aa192a7 100644
--- a/m4/ls-mntd-fs.m4
+++ b/m4/ls-mntd-fs.m4
@@ -1,4 +1,4 @@
-# serial 31
+# serial 32
# How to list mounted file systems.
# Copyright (C) 1998-2004, 2006, 2009-2015 Free Software Foundation, Inc.
@@ -120,7 +120,7 @@ if test $ac_cv_func_getmntent = yes; then
# Determine whether it's the one-argument variant or the two-argument one.
if test -z "$ac_list_mounted_fs"; then
- # 4.3BSD, SunOS, HP-UX, Dynix, Irix
+ # GNU/Linux, 4.3BSD, SunOS, HP-UX, Dynix, Irix
AC_MSG_CHECKING([for one-argument getmntent function])
AC_CACHE_VAL([fu_cv_sys_mounted_getmntent1],
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
@@ -152,25 +152,6 @@ if test $ac_cv_func_getmntent = yes; then
of mounted file systems, and that function takes a single argument.
(4.3BSD, SunOS, HP-UX, Dynix, Irix)])
AC_CHECK_FUNCS([hasmntopt])
-
- AC_ARG_WITH([libmount],
- [AS_HELP_STRING([--with-libmount],
- [use libmount if available to parse the system mount list.])],
- [],
- dnl libmount has the advantage of propagating accurate device IDs for
- dnl each entry, but the disadvantage of many dependent shared libs
- dnl with associated runtime startup overhead and virt mem usage.
- [with_libmount=no])
-
- # Check for libmount to support /proc/self/mountinfo on Linux
- if test "x$with_libmount" != xno; then
- AC_CHECK_LIB([mount], [mnt_new_table_from_file],
- [AC_DEFINE([MOUNTED_PROC_MOUNTINFO], [1],
- [Define if want to use /proc/self/mountinfo on Linux.])
- LIBS="-lmount $LIBS"],
- [test -f /proc/self/mountinfo &&
- AC_MSG_WARN([/proc/self/mountinfo present but libmount missing.])])
- fi
fi
fi