summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e919392..28d159e 100644
--- a/configure.in
+++ b/configure.in
@@ -1316,7 +1316,6 @@ then
1316 AC_MSG_RESULT([using Unixware format swap]) 1316 AC_MSG_RESULT([using Unixware format swap])
1317 1317
1318 fi 1318 fi
1319 EXTRAS="$EXTRAS check_swap"
1320fi 1319fi
1321dnl end if for PATH_TO_SWAP 1320dnl end if for PATH_TO_SWAP
1322fi 1321fi
@@ -1336,7 +1335,6 @@ then
1336 ac_cv_swap_conv=1024 1335 ac_cv_swap_conv=1024
1337 AC_MSG_RESULT([using FreeBSD format swapinfo]) 1336 AC_MSG_RESULT([using FreeBSD format swapinfo])
1338 fi 1337 fi
1339 EXTRAS="$EXTRAS check_swap"
1340 1338
1341elif [$PATH_TO_SWAPINFO -dfM 2>/dev/null | egrep -i "^TYPE +AVAIL +USED +FREE" >/dev/null] 1339elif [$PATH_TO_SWAPINFO -dfM 2>/dev/null | egrep -i "^TYPE +AVAIL +USED +FREE" >/dev/null]
1342then 1340then
@@ -1367,6 +1365,7 @@ fi
1367if test "x$ac_cv_have_swap" != "x" 1365if test "x$ac_cv_have_swap" != "x"
1368then 1366then
1369 AC_DEFINE(HAVE_SWAP,1,[Define if swap/swapinfo command is found]) 1367 AC_DEFINE(HAVE_SWAP,1,[Define if swap/swapinfo command is found])
1368 EXTRAS="$EXTRAS check_swap"
1370fi 1369fi
1371if test "x$ac_cv_swap_command" != "x" 1370if test "x$ac_cv_swap_command" != "x"
1372then 1371then