diff options
| author | Bruce Momjian | 2001-10-01 15:33:31 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-10-01 15:33:31 +0000 |
| commit | 034895125d648b867ffc7240ffd6f0738d20803c (patch) | |
| tree | 55873ea2b37ae03ed61a323004ec34e3a9f2fe8b /configure.in | |
| parent | 9f09e8362b701730f5c3ab2c387bf603f8ee7cba (diff) | |
> > > > > - PostgreSQL requires to be compiled with --enable-multibyte
> > > > > and --enable-unicode-convertion if it ought to work correctly
> > > > > with Tcl/Tk >= 8.1 (client or server side).
> > > > >
> > > > > - PL/Tcl needs to be changed to use pg_do_encoding_conversion
> > > > > if it runs on a Tcl version >= 8.1 .
> > >
> > > > I'll do pl/tcl part in the next version of patch. Using this approach we
> > > > can eliminate overhead for databases in UNICODE.
> > >
> > > Any progress on this? I'd prefer to get rid of this --enable-pltcl-utf
> > > option before release.
> >
> > Done
> >
> > Next version removes --enable-pltcl-utf switch and enables embedded
> > utf conversion of pgsql if tcl version >=8.1 and --enable-unicode-conversion
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.in b/configure.in index 7dc5af0ee0..9ecee9ba17 100644 --- a/configure.in +++ b/configure.in @@ -397,21 +397,6 @@ AC_SUBST([enable_pltcl_unknown]) # -# If Tcl is enabled (above) then check for pltcl_utf -# -AC_MSG_CHECKING([whether to build with PL/Tcl with UTF support]) -if test "$with_tcl" = yes; then - PGAC_ARG_BOOL(enable, pltcl-utf, no, - [ --enable-pltcl-utf build PL/Tcl UTF support (if Tcl is enabled)], - [AC_DEFINE([ENABLE_PLTCL_UTF])]) -else - enable_pltcl_utf=no -fi -AC_MSG_RESULT([$enable_pltcl_utf]) -AC_SUBST([enable_pltcl_utf]) - - -# # Optionally build Perl modules (Pg.pm and PL/Perl) # AC_MSG_CHECKING([whether to build Perl modules]) |
