summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2004-11-24 21:01:43 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2004-11-24 21:01:43 (GMT)
commit1abdf4092a49974dcc5b9ab3289f183ebf50ff7b (patch)
treee00e872404d34c5528f120130a36e7ae60dd4a47
parent7a31fc22ff3d24ebee9828cbe19c2ff97ef72742 (diff)
downloadmonitoring-plugins-1abdf4092a49974dcc5b9ab3289f183ebf50ff7b.tar.gz
Fix snapshot build on SF
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@934 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 138e5b2..45db95c 100644
--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,8 @@ AC_PROG_CC
23AC_PROG_MAKE_SET 23AC_PROG_MAKE_SET
24AC_PROG_AWK 24AC_PROG_AWK
25 25
26AC_FUNC_GETLOADAVG($topdir/lib) 26AC_CONFIG_LIBOBJ_DIR(lib)
27AC_FUNC_GETLOADAVG([lib])
27 28
28ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) 29ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
29dnl AM_WITH_REGEX 30dnl AM_WITH_REGEX