summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-15 09:22:57 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-15 10:19:08 (GMT)
commit71cdb52799220f8d9052643baf1d3e9836a9c755 (patch)
tree27aee97a35d9ab51f0d8f64a46690bd41a5f8c1b /configure.in
parentf7afa46586645e50498d8b2d0c67884f014dc3a4 (diff)
downloadmonitoring-plugins-71cdb52799220f8d9052643baf1d3e9836a9c755.tar.gz
Sync with gnulib
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3ff0636..7185fca 100644
--- a/configure.in
+++ b/configure.in
@@ -47,6 +47,7 @@ AC_PROG_LIBTOOL
47AM_PROG_CC_C_O 47AM_PROG_CC_C_O
48 48
49AC_FUNC_ERROR_AT_LINE 49AC_FUNC_ERROR_AT_LINE
50AC_FUNC_ALLOCA
50AC_SYS_LARGEFILE 51AC_SYS_LARGEFILE
51 52
52ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) 53ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
@@ -476,7 +477,6 @@ AC_STRUCT_TM
476AC_TYPE_PID_T 477AC_TYPE_PID_T
477AC_TYPE_SIZE_T 478AC_TYPE_SIZE_T
478AC_TYPE_SIGNAL 479AC_TYPE_SIGNAL
479AC_TYPE_MBSTATE_T
480 480
481AC_CACHE_CHECK([for va_copy],ac_cv_HAVE_VA_COPY,[ 481AC_CACHE_CHECK([for va_copy],ac_cv_HAVE_VA_COPY,[
482AC_TRY_LINK([#include <stdarg.h> 482AC_TRY_LINK([#include <stdarg.h>