summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-10-16 22:17:00 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-10-16 22:17:00 (GMT)
commit050f26ae518bdec4aafbab7e210dc165e98d0b50 (patch)
tree5896ac67c34edb4fc2980696979da3b384faa03e /configure.in
parenta32b2988220a0374eb64dab6cbe5b14764a96349 (diff)
downloadmonitoring-plugins-050f26ae518bdec4aafbab7e210dc165e98d0b50.tar.gz
finally a working fix for AM/AC_FUNC_STRTOD nightmare
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@132 f882894a-f735-0410-b71e-b25c423dba1c
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 3f77336..19339dc 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ AC_PROG_MAKE_SET
22AC_PROG_AWK 22AC_PROG_AWK
23 23
24AC_FUNC_GETLOADAVG(plugins) 24AC_FUNC_GETLOADAVG(plugins)
25AC_FUNC_STRTOD 25ifdef(AC_FUNC_STRTOD,AC_FUNC_STRTOD,AM_FUNC_STRTOD)
26dnl AM_WITH_REGEX 26dnl AM_WITH_REGEX
27AC_PROG_RANLIB 27AC_PROG_RANLIB
28 28