diff options
| author | Neil Conway <neilc@samurai.com> | 2004-10-01 02:00:44 +0000 |
|---|---|---|
| committer | Neil Conway <neilc@samurai.com> | 2004-10-01 02:00:44 +0000 |
| commit | 3738510c2c33e8e2ea892238cbb022bcd774f875 (patch) | |
| tree | e66b084f3f2b33569cdf337984d85477529e4687 /configure.in | |
| parent | d2af5f8a3e89f02dd54949fa42e2dcd31ddcd5c7 (diff) | |
| download | postgresql-3738510c2c33e8e2ea892238cbb022bcd774f875.tar.gz | |
Remove more traces of libpgtcl from the source tree. Also, make some
semi-related SGML cleanup. Original patch from ljb220@mindspring.com,
additional cleanup by Neil Conway.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 59690afd4d..56119d74d8 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.378 2004/09/27 02:17:14 pgsql Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.379 2004/10/01 02:00:41 neilc Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -371,10 +371,10 @@ AC_MSG_RESULT([$enable_thread_safety]) AC_SUBST(enable_thread_safety) # -# Tcl/Tk +# Optionally build Tcl modules (PL/Tcl) # AC_MSG_CHECKING([whether to build with Tcl]) -PGAC_ARG_BOOL(with, tcl, no, [ --with-tcl build Tcl and Tk interfaces]) +PGAC_ARG_BOOL(with, tcl, no, [ --with-tcl build Tcl modules (PL/Tcl)]) AC_MSG_RESULT([$with_tcl]) AC_SUBST([with_tcl]) |
