Commit b025657b authored by unknown's avatar unknown

Fixed a typo in the configure --help menu.


config/ac-macros/ha_federated.m4:
   Fixed typo
parent 2629afe4
...@@ -6,7 +6,7 @@ AC_DEFUN([MYSQL_CHECK_FEDERATED], [ ...@@ -6,7 +6,7 @@ AC_DEFUN([MYSQL_CHECK_FEDERATED], [
AC_ARG_WITH([federated-storage-engine], AC_ARG_WITH([federated-storage-engine],
[ [
--with-federated-storage-engine --with-federated-storage-engine
Enable the MySQL Storage Engine], Enable the MySQL Federated Storage Engine],
[federateddb="$withval"], [federateddb="$withval"],
[federateddb=no]) [federateddb=no])
AC_MSG_CHECKING([for MySQL federated storage engine]) AC_MSG_CHECKING([for MySQL federated storage engine])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment