diff options
author | unknown <serg@serg.mysql.com> | 2003-02-24 11:47:56 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-02-24 11:47:56 +0100 |
commit | 13626f52c3ceb2fd630b987b502f013709b1a4ce (patch) | |
tree | f5842585fbd9d6415d7a84fcc33eb8d7e85bef43 | |
parent | b4b2ce0483c4983fb68f223db1e80fb928b2b767 (diff) | |
parent | ad144e30fb62c8337c967ffe8ba2758fb9193d59 (diff) | |
download | mariadb-git-13626f52c3ceb2fd630b987b502f013709b1a4ce.tar.gz |
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 71639bafd63..aea925534c2 100644 --- a/configure.in +++ b/configure.in @@ -2199,7 +2199,9 @@ AC_ARG_WITH(extra-charsets, AC_MSG_CHECKING("character sets") -if test "$extra_charsets" = none; then +if test "$extra_charsets" = no; then + CHARSETS="" +elif test "$extra_charsets" = none; then CHARSETS="" elif test "$extra_charsets" = complex; then CHARSETS=`/bin/ls -1 $srcdir/strings/ctype-*.c | \ |