aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> 2007-04-19 03:46:14 +0000
committerGravatar Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> 2007-04-19 03:46:14 +0000
commitcc4f750432b7f7622379c150a42362366684c929 (patch)
treee87eaff602e4f7a2e3a26f23718507edf02be96d /configure.in
parent4e83bc016cd399a123fe6cf68e21b72c2b65ad78 (diff)
downloadmonitoring-plugins-cc4f750432b7f7622379c150a42362366684c929.tar.gz
Fix compilation of check_ldap, check_radius and check_pgsql (*ding*)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1693 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 e6843d63..54040ac9 100644
--- a/configure.in
+++ b/configure.in
@@ -246,7 +246,7 @@ if test $with_mysql = "no" ; then
AC_MSG_WARN([Skipping mysql plugin])
AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).])
else
- EXTRAS="$EXTRA check_mysql check_mysql_query"
+ EXTRAS="$EXTRAS check_mysql check_mysql_query"
MYSQLINCLUDE="$np_mysql_include"
MYSQLLIBS="$np_mysql_libs"
MYSQLCFLAGS="$np_mysql_cflags"