diff options
author | Terry Droeger <terry.droeger@gmail.com> | 2018-03-18 02:12:56 -0500 |
---|---|---|
committer | Terry Droeger <terry.droeger@gmail.com> | 2018-03-18 02:12:56 -0500 |
commit | bff652db956564298b54c9630ee90f707a9b6ab3 (patch) | |
tree | e78706e12ed484df31720cd7b805405edac48a01 | |
parent | 518b74bcb640aedadf4514e581b85b92c88977d6 (diff) | |
download | autoconf-archive-bff652db956564298b54c9630ee90f707a9b6ab3.tar.gz |
fix serial number for previous fix
-rw-r--r-- | m4/ax_check_mysql.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_check_mysql.m4 b/m4/ax_check_mysql.m4 index bb665aa..8bf83f9 100644 --- a/m4/ax_check_mysql.m4 +++ b/m4/ax_check_mysql.m4 @@ -63,7 +63,7 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 6 +#serial 8 AC_ARG_WITH(mysql,AS_HELP_STRING([--with-mysql],[root of the MySQL installation])) AC_ARG_WITH(mysql_plugin,AS_HELP_STRING([--with-mysql-plugin],[path to the MySQL installation plugin directory])) |