Pārlūkot izejas kodu

Use AS_HELP_STRING instead of ACX_HELP_STRING

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1662 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 19 gadi atpakaļ
vecāks
revīzija
bec2e69113
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      m4/np_mysqlclient.m4

+ 1 - 1
m4/np_mysqlclient.m4

@@ -19,7 +19,7 @@ dnl   $(CC) $(np_mysql_include) code.c $(np_mysql_libs)
 AC_DEFUN([np_mysqlclient],
 AC_DEFUN([np_mysqlclient],
 [
 [
   AC_ARG_WITH(mysql,
   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]),
       [Locates mysql libraries. Expects DIR/bin/mysql_config. Default to search for mysql_config in PATH]),
     with_mysql=$withval,
     with_mysql=$withval,
     with_mysql=yes)
     with_mysql=yes)