diff options
author | unknown <tim@localhost.polyesthetic.msg> | 2000-09-04 13:20:34 -0400 |
---|---|---|
committer | unknown <tim@localhost.polyesthetic.msg> | 2000-09-04 13:20:34 -0400 |
commit | 5dd0515592e07e38681bfe53d4360884308a8d75 (patch) | |
tree | 0d5c5ad7cee0608ec67745da57f6682e6316338f /configure.in | |
parent | 84c4f972b8d2a7f92d38c0291735f2c0c31f2609 (diff) | |
download | mariadb-git-5dd0515592e07e38681bfe53d4360884308a8d75.tar.gz |
Don't remove the win1251 charset; mark it deprecated.
configure.in:
don't remove win1251, but mark it deprecated
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a65580c9699..547b2417ec9 100644 --- a/configure.in +++ b/configure.in @@ -1524,7 +1524,8 @@ AC_ARG_WITH(charset, [ --with-charset=CHARSET use CHARSET by default (one of: big5 cp1251 cp1257 croat czech danish dec8 dos estonia euc_kr gb2312 gbk german1 greek hebrew hp8 hungarian koi8_ru koi8_ukr - latin1 latin2 swe7 usa7 win1250 win1251 win1251ukr +dnl win1251 is deprecated - it's available, but not listed here in the help + latin1 latin2 swe7 usa7 win1250 win1251ukr ujis sjis tis620; default is latin1)], [default_charset="$withval"], [default_charset="$DEFAULT_CHARSET"]) |