summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ac-macros/ha_federated.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ac-macros/ha_federated.m4 b/config/ac-macros/ha_federated.m4
index 4383a9d8d55..5c991f31666 100644
--- a/config/ac-macros/ha_federated.m4
+++ b/config/ac-macros/ha_federated.m4
@@ -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])