summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-07-28 11:36:46 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-07-28 11:36:46 (GMT)
commitd34af31416f45547400c37705a75d75337addc43 (patch)
tree671691f95f78742be03955be360167c3a48994c0 /configure.in
parent1082a6115cd14b8b12839bd6b2285ae6b5624309 (diff)
downloadmonitoring-plugins-d34af31416f45547400c37705a75d75337addc43.tar.gz
- Specify srcdir so no confusion
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@611 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 34f8ea3..c462808 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([lib]) 30AC_FUNC_GETLOADAVG($srcdir/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