mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-24 23:59:02 -04:00
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:
parent
a6b538664e
commit
bec2e69113
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue