diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-16 17:31:11 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-16 17:31:11 +0000 |
commit | dc35902e3071b24749b6779e5a16c477e84a97a0 (patch) | |
tree | 6d0baaa5f828c18d3c3b6bf31aa23ffd6ee4fbeb /configure.in | |
parent | 1c229b2c4572f1fcf5e1fe470f49df49111816f5 (diff) | |
download | monitoring-plugins-dc35902e3071b24749b6779e5a16c477e84a97a0.tar.gz |
Using libtool to get runpath for tap library
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1325 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index ddbde159..d1ef9543 100644 --- a/configure.in +++ b/configure.in | |||
@@ -23,7 +23,7 @@ gl_USE_SYSTEM_EXTENSIONS | |||
23 | AC_PROG_CC | 23 | AC_PROG_CC |
24 | AC_PROG_CPP | 24 | AC_PROG_CPP |
25 | AC_PROG_GCC_TRADITIONAL | 25 | AC_PROG_GCC_TRADITIONAL |
26 | AC_PROG_RANLIB | 26 | AC_PROG_LIBTOOL |
27 | 27 | ||
28 | AC_PROG_MAKE_SET | 28 | AC_PROG_MAKE_SET |
29 | AC_PROG_AWK | 29 | AC_PROG_AWK |
@@ -168,10 +168,8 @@ AC_SUBST(MATHLIBS) | |||
168 | 168 | ||
169 | dnl Check for libtap, to run perl-like tests | 169 | dnl Check for libtap, to run perl-like tests |
170 | AC_CHECK_LIB(tap, plan_tests, | 170 | AC_CHECK_LIB(tap, plan_tests, |
171 | TAPLIBS="-ltap" | ||
172 | EXTRA_TEST=test_utils | 171 | EXTRA_TEST=test_utils |
173 | AC_SUBST(EXTRA_TEST) | 172 | AC_SUBST(EXTRA_TEST) |
174 | AC_SUBST(TAPLIBS) | ||
175 | ) | 173 | ) |
176 | 174 | ||
177 | dnl Check for PostgreSQL libraries | 175 | dnl Check for PostgreSQL libraries |