summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2000-03-31 13:07:03 +0000
committerTatsuo Ishii <ishii@postgresql.org>2000-03-31 13:07:03 +0000
commit95a31a8fea6c001d839b7bb1eb2a32e726976778 (patch)
treea8d581aff4b24be02f32df6d487cab6624a47073 /src
parent82e6e8c74e30fbf3be9a7f8694193e2f734fe956 (diff)
Regenerate configure (for configure.in version 1.305)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index 1aaa545032b..c43da00ee43 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