Commit dd0bdc22 authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

allow --without-extra-charsets

parent 572e2a15
...@@ -2199,7 +2199,9 @@ AC_ARG_WITH(extra-charsets, ...@@ -2199,7 +2199,9 @@ AC_ARG_WITH(extra-charsets,
AC_MSG_CHECKING("character sets") 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="" CHARSETS=""
elif test "$extra_charsets" = complex; then elif test "$extra_charsets" = complex; then
CHARSETS=`/bin/ls -1 $srcdir/strings/ctype-*.c | \ CHARSETS=`/bin/ls -1 $srcdir/strings/ctype-*.c | \
......
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