configure.in:
Always compile utf8 configure.in: Always compile utf8
This commit is contained in:
parent
53c5d448a2
commit
c2297fb5ec
@ -2401,7 +2401,11 @@ done
|
|||||||
|
|
||||||
dnl Always compile latin1
|
dnl Always compile latin1
|
||||||
AC_DEFINE(HAVE_CHARSET_latin1)
|
AC_DEFINE(HAVE_CHARSET_latin1)
|
||||||
|
|
||||||
|
dnl Always compile utf8
|
||||||
|
AC_DEFINE(HAVE_CHARSET_utf8)
|
||||||
|
use_mb=yes
|
||||||
|
|
||||||
if test "$use_mb" = "yes"
|
if test "$use_mb" = "yes"
|
||||||
then
|
then
|
||||||
AC_DEFINE(USE_MB)
|
AC_DEFINE(USE_MB)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user