From: Jim Meyering Date: Sun, 23 Sep 2001 14:24:23 +0000 (+0000) Subject: (jm_LIST_MOUNTED_FILESYSTEMS): In the outer getmntent if-block, don't X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56274d4825099319a318210b249348ae3250e02d;p=pspp (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. --- diff --git a/m4/ls-mntd-fs.m4 b/m4/ls-mntd-fs.m4 index 58a9db5241..969b258986 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