diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-30 15:45:57 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-30 15:45:57 (GMT) |
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 6bd51b8..9bbe63c 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) | |||
19 | AC_DEFUN([np_mysqlclient], | 19 | AC_DEFUN([np_mysqlclient], |
20 | [ | 20 | [ |
21 | AC_ARG_WITH(mysql, | 21 | AC_ARG_WITH(mysql, |
22 | ACX_HELP_STRING([--with-mysql=DIR], | 22 | AS_HELP_STRING([--with-mysql=DIR], |
23 | [Locates mysql libraries. Expects DIR/bin/mysql_config. Default to search for mysql_config in PATH]), | 23 | [Locates mysql libraries. Expects DIR/bin/mysql_config. Default to search for mysql_config in PATH]), |
24 | with_mysql=$withval, | 24 | with_mysql=$withval, |
25 | with_mysql=yes) | 25 | with_mysql=yes) |