Commit c2297fb5 authored by unknown's avatar unknown

configure.in:

  Always compile utf8


configure.in:
  Always compile utf8
parent 53c5d448
......@@ -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)
......
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