summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-10-16 22:26:47 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-10-16 22:26:47 (GMT)
commit03566be76b696df7eefce84242e00b5b41c88cb1 (patch)
treec9f8ce9a98954d17ac2f0b4f01f5b3bd95a62b33 /configure.in
parent050f26ae518bdec4aafbab7e210dc165e98d0b50 (diff)
downloadmonitoring-plugins-03566be76b696df7eefce84242e00b5b41c88cb1.tar.gz
need some quoting on ifdef
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@133 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 19339dc..ea5c125 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)
25ifdef(AC_FUNC_STRTOD,AC_FUNC_STRTOD,AM_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