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 | 10844e41da65bd86a781e314a15a60b8b21d40d8 (patch) | |
tree | 2112e891f4c817c14f5d422267e5caf8f2307103 /BUILD/compile-dist | |
parent | 3edb7774edf059834cb6b29fc4a9634802ea7dc7 (diff) | |
download | mariadb-git-10844e41da65bd86a781e314a15a60b8b21d40d8.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 |