summaryrefslogtreecommitdiff
path: root/m4/fsusage.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-28 21:45:36 +0000
committerJim Meyering <jim@meyering.net>2001-01-28 21:45:36 +0000
commitc7cf9dc07ccf6755c0a2fc1aa29322d0a7a31478 (patch)
treed5875e702b472f3dd90b6421e4144ebd44dfc5d9 /m4/fsusage.m4
parent415175fcb509494574e9eb416575047acfa90df9 (diff)
downloadgnulib-c7cf9dc07ccf6755c0a2fc1aa29322d0a7a31478.tar.gz
add a comment, reformat a little.
Diffstat (limited to 'm4/fsusage.m4')
-rw-r--r--m4/fsusage.m416
1 files changed, 9 insertions, 7 deletions
diff --git a/m4/fsusage.m4 b/m4/fsusage.m4
index b2c4dff73e..e5caa7f384 100644
--- a/m4/fsusage.m4
+++ b/m4/fsusage.m4
@@ -179,15 +179,17 @@ if test $ac_fsusage_space = no; then
fi
if test $ac_fsusage_space = no; then
-# SVR2
-AC_TRY_CPP([#include <sys/filsys.h>],
- AC_DEFINE(STAT_READ_FILSYS, 1,
-[ Define if there is no specific function for reading filesystems usage
- information and you have the <sys/filsys.h> header file. (SVR2)])
- ac_fsusage_space=yes)
+ # SVR2
+ AC_TRY_CPP([#include <sys/filsys.h>
+ ],
+ AC_DEFINE(STAT_READ_FILSYS, 1,
+ [Define if there is no specific function for reading filesystems usage
+ information and you have the <sys/filsys.h> header file. (SVR2)])
+ ac_fsusage_space=yes)
fi
-dnl FIXME: this should use AS_IF.
+dnl FIXME: this should use AS_IF instead:
+dnl AS_IF([test $ac_fsusage_space = found], [$1], [$2])
if test $ac_fsusage_space = yes; then
$1
else