diff options
author | lenz@mysql.com <> | 2005-11-25 10:48:42 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2005-11-25 10:48:42 +0100 |
commit | ce50088e27fdd66153912037ca181bf186b41578 (patch) | |
tree | 29ae97c5e63104228d3064c3ea7a985fab7ebaf4 /BUILD/compile-dist | |
parent | 708b8ff014d0a65f4a8f487698df334c474756b5 (diff) | |
download | mariadb-git-ce50088e27fdd66153912037ca181bf186b41578.tar.gz |
Compile more stuff during make dist to detect more errors already during bootstrap.
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-x | BUILD/compile-dist | 5 |
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 \ |