summaryrefslogtreecommitdiffstats
path: root/m4/np_mysqlclient.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/np_mysqlclient.m4')
-rw-r--r--m4/np_mysqlclient.m42
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)
19AC_DEFUN([np_mysqlclient], 19AC_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)