[Nagiosplug-checkins] nagiosplug/m4 np_mysqlclient.m4,1.1,1.2

Ton Voon tonvoon at users.sourceforge.net
Fri Mar 30 17:45:59 CEST 2007


Update of /cvsroot/nagiosplug/nagiosplug/m4
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7851/m4

Modified Files:
	np_mysqlclient.m4 
Log Message:
Use AS_HELP_STRING instead of ACX_HELP_STRING

Index: np_mysqlclient.m4
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/m4/np_mysqlclient.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- np_mysqlclient.m4	30 Mar 2007 14:08:27 -0000	1.1
+++ np_mysqlclient.m4	30 Mar 2007 15:45:57 -0000	1.2
@@ -19,7 +19,7 @@
 AC_DEFUN([np_mysqlclient],
 [
   AC_ARG_WITH(mysql,
-    ACX_HELP_STRING([--with-mysql=DIR],
+    AS_HELP_STRING([--with-mysql=DIR],
       [Locates mysql libraries. Expects DIR/bin/mysql_config. Default to search for mysql_config in PATH]),
     with_mysql=$withval,
     with_mysql=yes)





More information about the Commits mailing list