1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Remove --enable-unicode-conversion

unicode-conversion is always on if --enable-multibyte is specified

	   Tatsuo Ishii
This commit is contained in:
Tatsuo Ishii
2001-09-14 10:36:52 +00:00
parent 113cf00edf
commit 2374be8a26
3 changed files with 440 additions and 484 deletions

View File

@ -199,19 +199,6 @@ Or do not specify an argument to the option to use the default.]);;
AC_SUBST(MULTIBYTE)
#
# Unicode conversion (--enable-unicode-conversion)
#
AC_MSG_CHECKING([whether to build with Unicode conversion support])
PGAC_ARG_BOOL(enable, unicode-conversion, no,
[ --enable-unicode-conversion enable unicode conversion support],
[if test -z "$MULTIBYTE"; then
AC_MSG_ERROR([--enable-unicode-conversion only works with --enable-multibyte])
fi
AC_DEFINE([UNICODE_CONVERSION], 1,
[Set to 1 if you want Unicode conversion support (--enable-unicode-conversion)])])
AC_MSG_RESULT([$enable_unicode_conversion])
#
# NLS
#