summaryrefslogtreecommitdiff
path: root/config/ac-macros
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-02-25 21:27:49 +0100
committerunknown <kent@mysql.com>2006-02-25 21:27:49 +0100
commit1c8bf361f50ea9482eb02a405e7b20c6ca51f0ae (patch)
tree146b20eb88e52a6ae3c94da1a9fd076c98a27dc8 /config/ac-macros
parent0d97c20ec049e5a241ff88b0502a6c965e8c7e6b (diff)
downloadmariadb-git-1c8bf361f50ea9482eb02a405e7b20c6ca51f0ae.tar.gz
config-win.h:
Enable row based replication for Windows build replication.m4: Made help text more clear, default is with row based replication enabled config/ac-macros/replication.m4: Made help text more clear, default is with row based replication enabled include/config-win.h: Enable row based replication for Windows build
Diffstat (limited to 'config/ac-macros')
-rw-r--r--config/ac-macros/replication.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ac-macros/replication.m4 b/config/ac-macros/replication.m4
index f73b9319b86..3a0c83d6498 100644
--- a/config/ac-macros/replication.m4
+++ b/config/ac-macros/replication.m4
@@ -7,8 +7,8 @@ dnl ---------------------------------------------------------------------------
AC_DEFUN([MYSQL_CHECK_REPLICATION], [
AC_ARG_WITH([row-based-replication],
- AC_HELP_STRING([--with-row-based-replication],
- [Include row-based replication]),
+ AC_HELP_STRING([--without-row-based-replication],
+ [Don't include row-based replication]),
[row_based="$withval"],
[row_based=yes])
AC_MSG_CHECKING([for row-based replication])