summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-11-09 22:01:33 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-11-09 22:01:33 (GMT)
commit1ac40064c5d0cd6a592e69b47bc72ce9b1fd7e1c (patch)
treec56ed477cf30e0c47055972636c5844284abc17f /configure.in
parent7a05ad0166ac11d4206d934825728b56a58d8edd (diff)
downloadmonitoring-plugins-1ac40064c5d0cd6a592e69b47bc72ce9b1fd7e1c.tar.gz
Adding test for base64 lib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1818 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 da29ce4..a262493 100644
--- a/configure.in
+++ b/configure.in
@@ -155,7 +155,7 @@ AC_SUBST(MATHLIBS)
155 155
156dnl Check for libtap, to run perl-like tests 156dnl Check for libtap, to run perl-like tests
157AC_CHECK_LIB(tap, plan_tests, 157AC_CHECK_LIB(tap, plan_tests,
158 EXTRA_TEST="test_utils test_disk test_tcp test_cmd" 158 EXTRA_TEST="test_utils test_disk test_tcp test_cmd test_base64"
159 AC_SUBST(EXTRA_TEST) 159 AC_SUBST(EXTRA_TEST)
160 ) 160 )
161 161