diff options
author | unknown <kent@kent-amd64.(none)> | 2007-09-26 18:49:09 +0200 |
---|---|---|
committer | unknown <kent@kent-amd64.(none)> | 2007-09-26 18:49:09 +0200 |
commit | d8352a39eef7f35b705ab2a9a8a089e93e66fc02 (patch) | |
tree | 021b1b7b7aa7d79d72c895364c29f3234605d7b0 /BUILD | |
parent | 9a640f848e465f2bebd27072fa651a230e9632f9 (diff) | |
parent | fb5f16f9924047f2e4afaa4f571018c78eaa7e07 (diff) | |
download | mariadb-git-d8352a39eef7f35b705ab2a9a8a089e93e66fc02.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into mysql.com:/home/kent/bk/make-dist-stable/mysql-5.1-build
configure.in:
Auto merged
mysql-test/Makefile.am:
Auto merged
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-dist | 13 |
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 |