[Nagiosplug-checkins] nagiosplug configure.in,1.189,1.190
Ton Voon
tonvoon at users.sourceforge.net
Tue May 30 02:56:08 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28852
Modified Files:
configure.in
Log Message:
Default to search path for mysql_config
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- configure.in 25 May 2006 16:58:10 -0000 1.189
+++ configure.in 30 May 2006 09:55:31 -0000 1.190
@@ -253,11 +253,12 @@
LIBS="$_SAVEDLIBS"
dnl Check for mysql libraries
+dnl Default is to search path for mysql_config
AC_ARG_WITH(mysql,
ACX_HELP_STRING([--with-mysql=DIR],
[Compiles mysql plugins. Expects DIR/bin/mysql_config]),
with_mysql=$withval,
- with_mysql=no)
+ with_mysql=yes)
if test $with_mysql != "no" ; then
if test -x $with_mysql/bin/mysql_config ; then
MYSQLCONFIG="$with_mysql/bin/mysql_config"
More information about the Commits
mailing list