projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c24603
)
(jm_LIST_MOUNTED_FILESYSTEMS): In the outer getmntent if-block, don't
author
Jim Meyering
<jim@meyering.net>
Sun, 23 Sep 2001 14:24:23 +0000
(14:24 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 23 Sep 2001 14:24:23 +0000
(14:24 +0000)
die if neither of the getmntent tests succeeds. Instead, just fall
through and continue with the remaianing tests.
m4/ls-mntd-fs.m4
patch
|
blob
|
history
diff --git
a/m4/ls-mntd-fs.m4
b/m4/ls-mntd-fs.m4
index 58a9db52414bc28d7198aacab68148b3495694d7..969b25898622bae3893b39476b86342bccbae19c 100644
(file)
--- 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