projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22cf48d
)
fix typos
author
Jim Meyering
<jim@meyering.net>
Mon, 1 May 2000 08:32:35 +0000
(08:32 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 1 May 2000 08:32:35 +0000
(08:32 +0000)
m4/ls-mntd-fs.m4
patch
|
blob
|
history
diff --git
a/m4/ls-mntd-fs.m4
b/m4/ls-mntd-fs.m4
index 4a28de3b02cf812f4f943b51867a62942237ec94..3138dfc871d59d96290a1e8ee1f45c544f7e33c6 100644
(file)
--- a/
m4/ls-mntd-fs.m4
+++ b/
m4/ls-mntd-fs.m4
@@
-203,8
+203,8
@@
if test -z "$ac_list_mounted_fs"; then
AC_CHECK_FUNCS(next_dev fs_stat_dev)
AC_CHECK_HEADERS(fs_info.h)
AC_MSG_CHECKING([for BEOS mounted file system support functions])
- if test $ac_cv_header_fs_info_h = yes
- && test $ac_cv_func_next_dev = yes
+ if test $ac_cv_header_fs_info_h = yes
\
+ && test $ac_cv_func_next_dev = yes
\
&& test $ac_cv_func_fs_stat_dev = yes; then
fu_result=yes
else