diff --git a/src/configure b/src/configure
index 1aaa545032bed617b3b2265d28c5778ea9dae279..c43da00ee43846bfb6fa8f3d3d821ac62bd9d83e 100755
--- a/src/configure
+++ b/src/configure
@@ -856,7 +856,7 @@ if test "${enable_multibyte+set}" = set; then
         MULTIBYTE=SQL_ASCII
         if test "$enableval" != "yes"; then
                 case "$enableval" in
-                        SQL_ASCII|EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT|SJIS|BIG5|WIN1250)  
+                        SQL_ASCII|EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
                         # ok
                         ;;
                 *)
@@ -864,7 +864,7 @@ if test "${enable_multibyte+set}" = set; then
   SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW,
   UNICODE, MULE_INTERNAL,
   LATIN1, LATIN2, LATIN3, LATIN4, LATIN5,
-  KOI8, WIN, ALT, SJIS, BIG5, WIN1250
+  KOI8, WIN, ALT
 Or do not specify an argument to the option to use the default." 1>&2; exit 1; }
                 esac
                 MULTIBYTE=$enableval