diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-30 15:45:57 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-30 15:45:57 +0000 |
commit | bec2e69113a4e83e3bacd7acc8ee62f42ee50b12 (patch) | |
tree | 31ef36136f8c7861a1ab63ed4835da684cb8b7ac /m4 | |
parent | a6b538664e7ab3d3ee5f26e3c48d444df91daa35 (diff) | |
download | monitoring-plugins-bec2e69113a4e83e3bacd7acc8ee62f42ee50b12.tar.gz |
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
Diffstat (limited to 'm4')
-rw-r--r-- | m4/np_mysqlclient.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/np_mysqlclient.m4 b/m4/np_mysqlclient.m4 index 6bd51b83..9bbe63c6 100644 --- a/m4/np_mysqlclient.m4 +++ b/m4/np_mysqlclient.m4 @@ -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) |