Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 95a31a8

Browse files
committed
Regenerate configure (for configure.in version 1.305)
1 parent 82e6e8c commit 95a31a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,15 +856,15 @@ if test "${enable_multibyte+set}" = set; then
856856
MULTIBYTE=SQL_ASCII
857857
if test "$enableval" != "yes"; then
858858
case "$enableval" in
859-
SQL_ASCII|EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT|SJIS|BIG5|WIN1250)
859+
SQL_ASCII|EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
860860
# ok
861861
;;
862862
*)
863863
{ echo "configure: error: Argument to --enable-multibyte must be one of:
864864
SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW,
865865
UNICODE, MULE_INTERNAL,
866866
LATIN1, LATIN2, LATIN3, LATIN4, LATIN5,
867-
KOI8, WIN, ALT, SJIS, BIG5, WIN1250
867+
KOI8, WIN, ALT
868868
Or do not specify an argument to the option to use the default." 1>&2; exit 1; }
869869
esac
870870
MULTIBYTE=$enableval

0 commit comments

Comments
 (0)