diff options
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | THANKS.in | 1 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -1,10 +1,10 @@ | |||
1 | This file documents the major additions and syntax changes between releases. | 1 | This file documents the major additions and syntax changes between releases. |
2 | 2 | ||
3 | ?? | 3 | ?? ?? |
4 | Reduced number of DNS lookups in check_ping and netutils.c for IPv6 configurations | 4 | Reduced number of DNS lookups in check_ping and netutils.c for IPv6 configurations |
5 | |||
6 | 1.4.6 | ||
7 | Fixed compile problems with *BSD re: alloca.h | 5 | Fixed compile problems with *BSD re: alloca.h |
6 | Fixed Solaris problems with check_swap (tested on Solaris 9) | ||
7 | Fixed check_swap for HP/UX where swapinfo command was incorrect | ||
8 | 8 | ||
9 | 1.4.5 | 9 | 1.4.5 |
10 | Fixed bug in perl's is_hostname routine | 10 | Fixed bug in perl's is_hostname routine |
@@ -202,3 +202,4 @@ Markus Baertschi | |||
202 | Florian Gleixner | 202 | Florian Gleixner |
203 | Pawel Malachowski | 203 | Pawel Malachowski |
204 | Duncan Ferguson | 204 | Duncan Ferguson |
205 | Dick van den Burg | ||
diff --git a/configure.in b/configure.in index 706ded1..356e4e3 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1439,7 +1439,7 @@ then | |||
1439 | elif [$PATH_TO_SWAPINFO -dfM 2>/dev/null | egrep -i "^TYPE +AVAIL +USED +FREE" >/dev/null] | 1439 | elif [$PATH_TO_SWAPINFO -dfM 2>/dev/null | egrep -i "^TYPE +AVAIL +USED +FREE" >/dev/null] |
1440 | then | 1440 | then |
1441 | ac_cv_have_swap=yes | 1441 | ac_cv_have_swap=yes |
1442 | ac_cv_swap_command="$PATH_TO_SWAPINFO -dfM", | 1442 | ac_cv_swap_command="$PATH_TO_SWAPINFO -dfM" |
1443 | ac_cv_swap_format=["%*s %f %*d %f"] | 1443 | ac_cv_swap_format=["%*s %f %*d %f"] |
1444 | ac_cv_swap_conv=1024 | 1444 | ac_cv_swap_conv=1024 |
1445 | AC_MSG_RESULT([using HP-UX format swapinfo]) | 1445 | AC_MSG_RESULT([using HP-UX format swapinfo]) |