summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-23 14:24:23 +0000
committerJim Meyering <jim@meyering.net>2001-09-23 14:24:23 +0000
commit98a0f8c36e9a901094929d5b56814119d4185597 (patch)
tree88125cd60fd37b3e9eba22c124f7045999907ea5 /m4
parent28ecf065f8125d4909fa6a906aafb5f7132d7d68 (diff)
downloadcoreutils-98a0f8c36e9a901094929d5b56814119d4185597.tar.xz
(jm_LIST_MOUNTED_FILESYSTEMS): In the outer getmntent if-block, don't
die if neither of the getmntent tests succeeds. Instead, just fall through and continue with the remaianing tests.
Diffstat (limited to 'm4')
-rw-r--r--m4/ls-mntd-fs.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/ls-mntd-fs.m4 b/m4/ls-mntd-fs.m4
index 58a9db524..969b25898 100644
--- a/m4/ls-mntd-fs.m4
+++ b/m4/ls-mntd-fs.m4
@@ -103,10 +103,6 @@ if test $ac_cv_func_getmntent = yes; then
fi
fi
- if test -z "$ac_list_mounted_fs"; then
- AC_MSG_ERROR([could not determine how to read list of mounted filesystems])
- fi
-
fi
if test -z "$ac_list_mounted_fs"; then