mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fixed a typo in the configure --help menu.
config/ac-macros/ha_federated.m4: Fixed typo
This commit is contained in:
parent
2629afe4f8
commit
b025657bca
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ AC_DEFUN([MYSQL_CHECK_FEDERATED], [
|
|||
AC_ARG_WITH([federated-storage-engine],
|
||||
[
|
||||
--with-federated-storage-engine
|
||||
Enable the MySQL Storage Engine],
|
||||
Enable the MySQL Federated Storage Engine],
|
||||
[federateddb="$withval"],
|
||||
[federateddb=no])
|
||||
AC_MSG_CHECKING([for MySQL federated storage engine])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue