[Nagiosplug-checkins] nagiosplug configure.in,1.168,1.169
Ton Voon
tonvoon at users.sourceforge.net
Tue Jan 31 06:55:21 CET 2006
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_mysql_query.c,NONE,1.1 .cvsignore,1.6,1.7 Makefile.am,1.61,1.62 utils.h,1.26,1.27
- Next message: [Nagiosplug-checkins] nagiosplug NPTest.pm,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22298
Modified Files:
configure.in
Log Message:
Adding check_mysql_query, using new ranges and threshold checking
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- configure.in 31 Jan 2006 10:05:20 -0000 1.168
+++ configure.in 31 Jan 2006 14:52:48 -0000 1.169
@@ -287,7 +287,7 @@
if test "$ac_cv_lib_mysqlclient_mysql_init" = "yes" -o "$ac_cv_lib_mysqlclient_mysql_close" = "yes"; then
AC_CHECK_HEADERS(mysql/mysql.h mysql/errmsg.h, MYSQLINCLUDE="-I$MYSQL/include" )
if test "$ac_cv_header_mysql_mysql_h" = "yes" -a "$ac_cv_header_mysql_errmsg_h" = "yes"; then
- EXTRAS="$EXTRAS check_mysql"
+ EXTRAS="$EXTRAS check_mysql check_mysql_query"
AC_SUBST(MYSQLINCLUDE)
AC_SUBST(MYSQLLIBS)
AC_SUBST(check_mysql_LDFLAGS)
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_mysql_query.c,NONE,1.1 .cvsignore,1.6,1.7 Makefile.am,1.61,1.62 utils.h,1.26,1.27
- Next message: [Nagiosplug-checkins] nagiosplug NPTest.pm,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list