Commit 5e57d512 authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

configure.in:

  Always compile utf8
parent 22cb247c
......@@ -2402,6 +2402,10 @@ done
dnl Always compile latin1
AC_DEFINE(HAVE_CHARSET_latin1)
dnl Always compile utf8
AC_DEFINE(HAVE_CHARSET_utf8)
use_mb=yes
if test "$use_mb" = "yes"
then
AC_DEFINE(USE_MB)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment