changeset 3136:f6b3861b7e43

(jm_LIST_MOUNTED_FILESYSTEMS): Add `[]' between use of AS_IF and following `dnl'.
author Jim Meyering <jim@meyering.net>
date Sat, 27 Jan 2001 13:24:13 +0000
parents 246c100d9526
children cc1b70652e63
files m4/ls-mntd-fs.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ls-mntd-fs.m4
+++ b/m4/ls-mntd-fs.m4
@@ -1,4 +1,4 @@
-#serial 7
+#serial 8
 
 dnl From Jim Meyering.
 dnl
@@ -237,6 +237,6 @@
   # Can't build mountlist.c or anything that needs its functions
 fi
 
-AS_IF([test $ac_list_mounted_fs = found], [$1], [$2])dnl
+AS_IF([test $ac_list_mounted_fs = found], [$1], [$2])[]dnl
 
   ])