summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-15 11:24:24 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-15 11:24:24 (GMT)
commitc5c3b3748afe2291c038c36c9873201a4e84efb8 (patch)
treec3f37d64bab9e661954adc8097a8190d3526f343 /configure.in
parent09f9ddd18d74c4b3be51f20ec80f454f9abf6587 (diff)
downloadmonitoring-plugins-c5c3b3748afe2291c038c36c9873201a4e84efb8.tar.gz
Removing AC_FUNC_ALLOCA from configure.in (added in the gnulib sync commit)
I added AC_FUNC_ALLOCA because of a mistake on my part (which has been fixed before the final commit). Removing it now.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7185fca..eb27d6a 100644
--- a/configure.in
+++ b/configure.in
@@ -47,7 +47,6 @@ 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
51AC_SYS_LARGEFILE 50AC_SYS_LARGEFILE
52 51
53ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) 52ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])