mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Regenerate configure (for configure.in version 1.305)
This commit is contained in:
4
src/configure
vendored
4
src/configure
vendored
@ -856,7 +856,7 @@ if test "${enable_multibyte+set}" = set; then
|
|||||||
MULTIBYTE=SQL_ASCII
|
MULTIBYTE=SQL_ASCII
|
||||||
if test "$enableval" != "yes"; then
|
if test "$enableval" != "yes"; then
|
||||||
case "$enableval" in
|
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
|
# ok
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
@ -864,7 +864,7 @@ if test "${enable_multibyte+set}" = set; then
|
|||||||
SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW,
|
SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW,
|
||||||
UNICODE, MULE_INTERNAL,
|
UNICODE, MULE_INTERNAL,
|
||||||
LATIN1, LATIN2, LATIN3, LATIN4, LATIN5,
|
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; }
|
Or do not specify an argument to the option to use the default." 1>&2; exit 1; }
|
||||||
esac
|
esac
|
||||||
MULTIBYTE=$enableval
|
MULTIBYTE=$enableval
|
||||||
|
Reference in New Issue
Block a user