summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-11-25 10:48:42 +0100
committerunknown <lenz@mysql.com>2005-11-25 10:48:42 +0100
commite040ac612fe9ac1f0692e4e6459175533794ee76 (patch)
tree29ae97c5e63104228d3064c3ea7a985fab7ebaf4 /BUILD/compile-dist
parent030558e17eb7c13cd4a38345bb7293bf6215a5ba (diff)
downloadmariadb-git-e040ac612fe9ac1f0692e4e6459175533794ee76.tar.gz
Compile more stuff during make dist to detect more errors already during bootstrap.
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index a8d180eace1..6cc537cdf9c 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -45,6 +45,11 @@ 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-berkeley-db \
--with-innodb \
--enable-thread-safe-client \