Code

Use AS_HELP_STRING instead of ACX_HELP_STRING
authorTon Voon <tonvoon@users.sourceforge.net>
Fri, 30 Mar 2007 15:45:57 +0000 (15:45 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Fri, 30 Mar 2007 15:45:57 +0000 (15:45 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1662 f882894a-f735-0410-b71e-b25c423dba1c

m4/np_mysqlclient.m4

index 6bd51b83ed890e08cb750d7154cd0054ae44ba50..9bbe63c67ff95b5e8fab465478a73c002da0d34a 100644 (file)
@@ -19,7 +19,7 @@ dnl   $(CC) $(np_mysql_include) code.c $(np_mysql_libs)
 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)