diff options
author | MySQL Build Team <build@mysql.com> | 2009-05-20 23:04:34 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-05-20 23:04:34 +0200 |
commit | b243283e693452549457bd9ccf73918965809571 (patch) | |
tree | 514c7fa33a125d34991d78ec0b56dcb4c70761d2 /win | |
parent | 4cf2001cfed33e35afac4fd8345d474fb3fefdf1 (diff) | |
download | mariadb-git-b243283e693452549457bd9ccf73918965809571.tar.gz |
Updates to build with community features enabled for community builds.
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/configure.js b/win/configure.js index 0de09fb318c..8370497ea4b 100755 --- a/win/configure.js +++ b/win/configure.js @@ -39,6 +39,7 @@ try var parts = args.Item(i).split('='); switch (parts[0]) { + case "WITH_COMMUNITY_FEATURES": case "WITH_ARCHIVE_STORAGE_ENGINE": case "WITH_BERKELEY_STORAGE_ENGINE": case "WITH_BLACKHOLE_STORAGE_ENGINE": |