From dd0bdc2244906265e2f313c3f3aac0c03daa31c3 Mon Sep 17 00:00:00 2001 From: "serg@serg.mysql.com" <> Date: Mon, 24 Feb 2003 11:46:07 +0100 Subject: [PATCH] allow --without-extra-charsets --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 | \