summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist13
1 files changed, 1 insertions, 12 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index 0ecb386bf71..2da2259a3f7 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -45,16 +45,5 @@ fi
# Make sure to enable all features that affect "make dist"
./configure \
- --with-embedded-server \
- --with-archive-storage-engine \
- --with-blackhole-storage-engine \
- --with-csv-storage-engine \
- --with-example-storage-engine \
- --with-federated-storage-engine \
- --with-innodb \
- --with-ssl \
- --enable-thread-safe-client \
- --with-extra-charsets=complex \
- --with-ndbcluster \
- --with-zlib-dir=bundled
+ --with-ndbcluster
make