diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ This file documents the major additions and syntax changes between releases. | |||
5 | New check_icmp -s option to specify the source IP address | 5 | New check_icmp -s option to specify the source IP address |
6 | check_dns now sorts addresses for testing results for more than one returned IP (Matthias Urlichs) | 6 | check_dns now sorts addresses for testing results for more than one returned IP (Matthias Urlichs) |
7 | Fix segfault in check_ntp_time and (deprecated) check_ntp. (Bug #1862300) | 7 | Fix segfault in check_ntp_time and (deprecated) check_ntp. (Bug #1862300) |
8 | check_disk should now work with large file systems (2TB+) on all archs that supports it | ||
8 | 9 | ||
9 | 1.4.11 13th December 2007 | 10 | 1.4.11 13th December 2007 |
10 | Fixed check_http regression in 1.4.10 where following redirects to | 11 | Fixed check_http regression in 1.4.10 where following redirects to |
diff --git a/configure.in b/configure.in index 7843443..c584800 100644 --- a/configure.in +++ b/configure.in | |||
@@ -48,6 +48,7 @@ AC_PROG_LIBTOOL | |||
48 | AM_PROG_CC_C_O | 48 | AM_PROG_CC_C_O |
49 | 49 | ||
50 | AC_FUNC_ERROR_AT_LINE | 50 | AC_FUNC_ERROR_AT_LINE |
51 | AC_SYS_LARGEFILE | ||
51 | 52 | ||
52 | ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) | 53 | ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) |
53 | 54 | ||