Commit ad144e30 authored by unknown's avatar unknown

allow --without-extra-charsets

parent 87ee470d
...@@ -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