1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Remove easily-changed and prominent variable that toggled

community-server features.

Community server features should be fully integrated into 5.1, but
disabled by default.  We never toggle that they're disabled based
on the version number, in the 5.1 line and later.


configure.in:
  Remove easily-changed and prominent variable that toggled
  community-server features.
This commit is contained in:
unknown
2007-10-29 12:48:48 -04:00
parent 38ed305e15
commit 41a9bb8c63

View File

@@ -12,7 +12,6 @@ AC_CANONICAL_SYSTEM
# in mysqlbinlog::check_master_version().
AM_INIT_AUTOMAKE(mysql, 5.1.23-beta)
AM_CONFIG_HEADER([include/config.h:config.h.in])
is_this_community_tree=no
PROTOCOL_VERSION=10
DOT_FRM_VERSION=6
@@ -605,7 +604,7 @@ AC_ARG_ENABLE(community-features,
[--enable-community-features],
[Enable additional features provided by the user community.]),
[ ENABLE_COMMUNITY_FEATURES=$enableval ],
[ ENABLE_COMMUNITY_FEATURES=$is_this_community_tree ]
[ ENABLE_COMMUNITY_FEATURES=no ]
)
if test "$ENABLE_COMMUNITY_FEATURES" = "yes"