- 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)
This commit is contained in:
unknown 2005-01-06 14:35:14 +01:00
parent 3edb7774ed
commit 10844e41da

View File

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