diff options
author | unknown <lenz@mysql.com> | 2005-01-06 14:35:14 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-01-06 14:35:14 +0100 |
commit | 27106688d005d3564eacdc3f82639395f93906f3 (patch) | |
tree | 2112e891f4c817c14f5d422267e5caf8f2307103 /BUILD/compile-dist | |
parent | 717f3cacbfcb3341eede010d493c9680ecc899b1 (diff) | |
download | mariadb-git-27106688d005d3564eacdc3f82639395f93906f3.tar.gz |
- enable "with-extra-charsets=complex" for the "compile-dist" distribution
build (to make the test suite pass)
BUILD/compile-dist:
- enable "with-extra-charsets=complex" for the distribution build
(to make the test suite pass)
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-x | BUILD/compile-dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist index 2344d4dfffd..ef6302f0d9c 100755 --- a/BUILD/compile-dist +++ b/BUILD/compile-dist @@ -42,5 +42,6 @@ fi --with-embedded-server \ --with-berkeley-db \ --with-innodb \ - --enable-thread-safe-client + --enable-thread-safe-client \ + --with-extra-charsets=complex make |