changeset 3506:a708c56e1ef8

(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.
author Jim Meyering <jim@meyering.net>
date Sun, 23 Sep 2001 14:24:23 +0000
parents ac9fa5af1d83
children 0193ef97f757
files m4/ls-mntd-fs.m4
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ls-mntd-fs.m4
+++ b/m4/ls-mntd-fs.m4
@@ -103,10 +103,6 @@
     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