diff options
author | tim@localhost.polyesthetic.msg <> | 2000-09-04 14:30:54 -0400 |
---|---|---|
committer | tim@localhost.polyesthetic.msg <> | 2000-09-04 14:30:54 -0400 |
commit | af3c968b3f84582f5f22e7e4f58373e34e14773f (patch) | |
tree | ff386e5f0381c7a4e4e486e7706628478c1d3b2d /configure.in | |
parent | 6355860b7c971e4abbdbafc3822f815ab12c09e5 (diff) | |
parent | c48c714b3b1e2d0a42238a9abae2e9b591d315a5 (diff) | |
download | mariadb-git-af3c968b3f84582f5f22e7e4f58373e34e14773f.tar.gz |
Merge changes
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 6ee9d249a3f..d5260435f91 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"]) |