mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Fix typo in multi-byte encodings (EHC_CN --> EUC_CN)
This commit is contained in:
parent
a58843b49a
commit
f3a7addb03
@ -238,11 +238,11 @@ AC_ARG_WITH(mb,
|
|||||||
[ --with-mb=<encoding> enable multi-byte support ],
|
[ --with-mb=<encoding> enable multi-byte support ],
|
||||||
[
|
[
|
||||||
case "$withval" in
|
case "$withval" in
|
||||||
EUC_JP|EHC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
|
EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
|
||||||
AC_MSG_RESULT("enabled with $withval")
|
AC_MSG_RESULT("enabled with $withval")
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([*** You must supply an argument to the --with-mb option one of EUC_JP,EHC_CN,EUC_KR,EUC_TW,UNICODE,MULE_INTERNAL,LATIN1-5,KOI8,WIN,ALT])
|
AC_MSG_ERROR([*** You must supply an argument to the --with-mb option one of EUC_JP,EUC_CN,EUC_KR,EUC_TW,UNICODE,MULE_INTERNAL,LATIN1-5,KOI8,WIN,ALT])
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
MULTIBYTE="$withval"
|
MULTIBYTE="$withval"
|
||||||
|
Loading…
Reference in New Issue
Block a user