diff options
| author | Tatsuo Ishii | 2001-09-14 10:36:52 +0000 |
|---|---|---|
| committer | Tatsuo Ishii | 2001-09-14 10:36:52 +0000 |
| commit | 2374be8a26a3172f98c4a9a855ede5c43d0c415a (patch) | |
| tree | 4faaf0c0cf0018bdf9c77816c041ec080d210c8d /configure.in | |
| parent | 113cf00edfe12b2d0026dd2332a84f21c4d91891 (diff) | |
Remove --enable-unicode-conversion
unicode-conversion is always on if --enable-multibyte is specified
Tatsuo Ishii
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index 1b71856cfe..28f60e5de1 100644 --- a/configure.in +++ b/configure.in @@ -200,19 +200,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 # AC_MSG_CHECKING([whether NLS is wanted]) |
