summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2004-05-10 10:25:39 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2004-05-10 10:25:39 (GMT)
commitb36ac42b73238d45c00d61ba6657fece3489b897 (patch)
tree4c47cedfe028a1b0f989c60690a548498f6044c1 /configure.in
parent828e5cacc1be0d140807c1ed190dc7236cff1c8f (diff)
downloadmonitoring-plugins-b36ac42b73238d45c00d61ba6657fece3489b897.tar.gz
Set EXTRAS with check_swap if ac_cv_have_swap is set
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@875 f882894a-f735-0410-b71e-b25c423dba1c
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