summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e83bc0)
raw | patch | inline | side by side (parent: 4e83bc0)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Thu, 19 Apr 2007 03:46:14 +0000 (03:46 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Thu, 19 Apr 2007 03:46:14 +0000 (03:46 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1693 f882894a-f735-0410-b71e-b25c423dba1c
NEWS | patch | blob | history | |
configure.in | patch | blob | history |
index 4d458b66f94d540c7583952e0de097ffade649f2..863d1a65c2ee69cf30d9077c97033259b363e853 100644 (file)
--- a/NEWS
+++ b/NEWS
Inclusion of contrib/check_cluster2 as check_cluster with some improvements
New/improved -E/--skip-stderr and -S/--skip-stdout options for check_by_ssh
check_snmp now support Counter64
+ Fix compilation of check_ldap, check_radius and check_pgsql
1.4.8 11th April 2007
Respects --without-world-permissions for setuid plugins
diff --git a/configure.in b/configure.in
index e6843d63d2e9cdfa21acfb608b9c88401828cabb..54040ac94a9f22e6921acb16182a063dbc55bda6 100644 (file)
--- a/configure.in
+++ b/configure.in
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"