summaryrefslogtreecommitdiff
path: root/m4/ls-mntd-fs.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-01 08:32:35 +0000
committerJim Meyering <jim@meyering.net>2000-05-01 08:32:35 +0000
commit392dd7af09f64fec6f048206d93696e04230bf22 (patch)
tree64c97d69dab7cb18038509f4412a2d9314a38baa /m4/ls-mntd-fs.m4
parent9561e02b6a787f18ab3df2fa20e557bbbe8ee38d (diff)
downloadcoreutils-392dd7af09f64fec6f048206d93696e04230bf22.tar.xz
fix typos
Diffstat (limited to 'm4/ls-mntd-fs.m4')
-rw-r--r--m4/ls-mntd-fs.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ls-mntd-fs.m4 b/m4/ls-mntd-fs.m4
index 4a28de3b0..3138dfc87 100644
--- 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