mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
configure.in:
Always compile utf8 configure.in: Always compile utf8
This commit is contained in:
parent
53c5d448a2
commit
c2297fb5ec
1 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue