Commit 474e6408 authored by unknown's avatar unknown

Fixed that selected default charset was not compiled in some cases

parent 1fd84d34
...@@ -1897,6 +1897,8 @@ else ...@@ -1897,6 +1897,8 @@ else
CHARSETS=`echo $extra_charsets | sed -e 's/,/ /g'` CHARSETS=`echo $extra_charsets | sed -e 's/,/ /g'`
fi fi
CHARSETS="$DEFAULT_CHARSET $CHARSETS"
use_mb="no" use_mb="no"
for cs in $CHARSETS for cs in $CHARSETS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment