configure.in:

./configure --with-charset=big5  didn't work


configure.in:
  ./configure --with-charset=big5  didn't work
This commit is contained in:
unknown 2003-05-15 16:57:34 +05:00
parent b5741508e4
commit e6ea512dd7

View File

@ -2272,7 +2272,7 @@ else
CHARSETS=`echo $extra_charsets | sed -e 's/,/ /g'`
fi
CHARSETS="$DEFAULT_CHARSET $CHARSETS"
CHARSETS="$default_charset $CHARSETS"
use_mb="no"