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
This commit is contained in:
Ton Voon 2007-03-30 15:45:57 +00:00
parent a6b538664e
commit bec2e69113

View 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)