Compile more stuff during make dist to detect more errors already during bootstrap.

This commit is contained in:
unknown 2005-11-25 10:48:42 +01:00
parent 030558e17e
commit e040ac612f

View file

@ -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 \