diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ This file documents the major additions and syntax changes between releases. | |||
4 | Inclusion of contrib/check_cluster2 as check_cluster with some improvements | 4 | Inclusion of contrib/check_cluster2 as check_cluster with some improvements |
5 | New/improved -E/--skip-stderr and -S/--skip-stdout options for check_by_ssh | 5 | New/improved -E/--skip-stderr and -S/--skip-stdout options for check_by_ssh |
6 | check_snmp now support Counter64 | 6 | check_snmp now support Counter64 |
7 | Fix compilation of check_ldap, check_radius and check_pgsql | ||
7 | 8 | ||
8 | 1.4.8 11th April 2007 | 9 | 1.4.8 11th April 2007 |
9 | Respects --without-world-permissions for setuid plugins | 10 | Respects --without-world-permissions for setuid plugins |
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" |