diff options
author | unknown <bar@mysql.com> | 2007-03-29 10:03:59 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2007-03-29 10:03:59 +0500 |
commit | 39104456f5b8e85e4333b3799784f8a598354492 (patch) | |
tree | a0205a3dd092829d3fa2563973e04f31f8b9c032 /config | |
parent | 5f7d12e440c385513c898ffb7885370fc3ddda93 (diff) | |
parent | dbc12e4aac6b89ecdac3059664cd37a5d4560134 (diff) | |
download | mariadb-git-39104456f5b8e85e4333b3799784f8a598354492.tar.gz |
Merge mysql.com:/home/bar/mysql-5.0.b22378
into mysql.com:/home/bar/mysql-5.1-new-rpl
strings/ctype-utf8.c:
Auto merged
BUILD/compile-pentium-debug-max:
After merge fix
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/character_sets.m4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/ac-macros/character_sets.m4 b/config/ac-macros/character_sets.m4 index 1ab6e7dd780..8c3e8ca73b7 100644 --- a/config/ac-macros/character_sets.m4 +++ b/config/ac-macros/character_sets.m4 @@ -429,3 +429,16 @@ then else AC_MSG_RESULT(no) fi + + +# Shall we build experimental collations +AC_ARG_WITH(experimental-collations, + [], + [with_exp_coll=$withval], + [with_exp_coll=no] +) + +if test "$with_exp_coll" = "yes" +then + AC_DEFINE([HAVE_UTF8_GENERAL_CS], [1], [certain Japanese customer]) +fi |