Code

check_http: check for and print the certificate cn
[nagiosplug.git] / 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)