summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e0ba180)
raw | patch | inline | side by side (parent: e0ba180)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Sun, 8 Jun 2003 22:39:20 +0000 (22:39 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Sun, 8 Jun 2003 22:39:20 +0000 (22:39 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@540 f882894a-f735-0410-b71e-b25c423dba1c
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 9c4265f8b4ecee73d26a2a422f1ffc748d3e404a..2784b2d7b0d7fa897f4b35820c58cd660efbf54b 100644 (file)
--- a/configure.in
+++ b/configure.in
elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^swapfile +dev +swaplo +blocks +free" >/dev/null]
then
- ac_cv_swap_format=["%*s %*[[0-9,-]] %*d %d %d"]
+ ac_cv_swap_format=["%*s %*[0-9,-] %*d %d %d"]
AC_MSG_RESULT([using Solaris format swap])
elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^path +dev +swaplo +blocks +free" >/dev/null]
then
- ac_cv_swap_format=["%*s %*[[0-9,-]] %*d %d %d"]
+ ac_cv_swap_format=["%*s %*[0-9,-] %*d %d %d"]
AC_MSG_RESULT([using Unixware format swap])
fi