diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-04-19 03:46:14 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-04-19 03:46:14 (GMT) |
commit | cc4f750432b7f7622379c150a42362366684c929 (patch) | |
tree | e87eaff602e4f7a2e3a26f23718507edf02be96d /configure.in | |
parent | 4e83bc016cd399a123fe6cf68e21b72c2b65ad78 (diff) | |
download | monitoring-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e6843d6..54040ac 100644 --- a/configure.in +++ b/configure.in | |||
@@ -246,7 +246,7 @@ if test $with_mysql = "no" ; then | |||
246 | AC_MSG_WARN([Skipping mysql plugin]) | 246 | AC_MSG_WARN([Skipping mysql plugin]) |
247 | AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).]) | 247 | AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).]) |
248 | else | 248 | else |
249 | EXTRAS="$EXTRA check_mysql check_mysql_query" | 249 | EXTRAS="$EXTRAS check_mysql check_mysql_query" |
250 | MYSQLINCLUDE="$np_mysql_include" | 250 | MYSQLINCLUDE="$np_mysql_include" |
251 | MYSQLLIBS="$np_mysql_libs" | 251 | MYSQLLIBS="$np_mysql_libs" |
252 | MYSQLCFLAGS="$np_mysql_cflags" | 252 | MYSQLCFLAGS="$np_mysql_cflags" |