diff options
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 9c4265f..2784b2d 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1308,12 +1308,12 @@ then | |||
1308 | 1308 | ||
1309 | elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^swapfile +dev +swaplo +blocks +free" >/dev/null] | 1309 | elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^swapfile +dev +swaplo +blocks +free" >/dev/null] |
1310 | then | 1310 | then |
1311 | ac_cv_swap_format=["%*s %*[[0-9,-]] %*d %d %d"] | 1311 | ac_cv_swap_format=["%*s %*[0-9,-] %*d %d %d"] |
1312 | AC_MSG_RESULT([using Solaris format swap]) | 1312 | AC_MSG_RESULT([using Solaris format swap]) |
1313 | 1313 | ||
1314 | elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^path +dev +swaplo +blocks +free" >/dev/null] | 1314 | elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^path +dev +swaplo +blocks +free" >/dev/null] |
1315 | then | 1315 | then |
1316 | ac_cv_swap_format=["%*s %*[[0-9,-]] %*d %d %d"] | 1316 | ac_cv_swap_format=["%*s %*[0-9,-] %*d %d %d"] |
1317 | AC_MSG_RESULT([using Unixware format swap]) | 1317 | AC_MSG_RESULT([using Unixware format swap]) |
1318 | 1318 | ||
1319 | fi | 1319 | fi |