From a8d46f29d39231782933bce1f7cf46cba24e7996 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Sun, 13 Jul 2014 16:15:38 +0400 Subject: [PATCH] Sync with gnulib 6da37d4814fb6d1c61169de4092205a056a04a21. Do not classify a bind-mounted dir entry as "dummy". * m4.include/ls-mntd-fs.m4: Check for hasmntopt() on platforms with 1-argument getmntent() (instead of assuming absence). Signed-off-by: Andrew Borodin --- m4.include/ls-mntd-fs.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4.include/ls-mntd-fs.m4 b/m4.include/ls-mntd-fs.m4 index 2ade65a6b..466f89af7 100644 --- a/m4.include/ls-mntd-fs.m4 +++ b/m4.include/ls-mntd-fs.m4 @@ -151,6 +151,7 @@ if test $ac_cv_func_getmntent = yes; then [Define if there is a function named getmntent for reading the list of mounted file systems, and that function takes a single argument. (4.3BSD, SunOS, HP-UX, Dynix, Irix)]) + AC_CHECK_FUNCS([hasmntopt]) fi fi