summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-07-29 03:06:44 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-07-29 03:06:44 (GMT)
commit8ffb572a0491296a7ed3f0cbbf44da771a8e7eb5 (patch)
treed98893f5e3d605aaaeef6f09e1890707934134ac /configure.in
parent2ea2edbd8b94042591f3ed3fdb1c8ff1ea5da49a (diff)
downloadmonitoring-plugins-8ffb572a0491296a7ed3f0cbbf44da771a8e7eb5.tar.gz
look for getloadavg.c in $topdir/lib, not $srcdir/lib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@613 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 c462808..20f58fc 100644
--- a/configure.in
+++ b/configure.in
@@ -27,7 +27,7 @@ AC_MINIX
27AC_PROG_MAKE_SET 27AC_PROG_MAKE_SET
28AC_PROG_AWK 28AC_PROG_AWK
29 29
30AC_FUNC_GETLOADAVG($srcdir/lib) 30AC_FUNC_GETLOADAVG($topdir/lib)
31 31
32ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) 32ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
33dnl AM_WITH_REGEX 33dnl AM_WITH_REGEX