configure.in:

Always compile utf8


configure.in:
  Always compile utf8
This commit is contained in:
unknown 2003-03-19 19:33:26 +04:00
parent 53c5d448a2
commit c2297fb5ec

View File

@ -2401,7 +2401,11 @@ 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)