Commit acd16ead authored by Bruce Momjian's avatar Bruce Momjian

Change --with-pltcl-unknown to --enable-pltcl-unknown

parent f5982013
...@@ -362,12 +362,12 @@ AC_SUBST([with_tcl]) ...@@ -362,12 +362,12 @@ AC_SUBST([with_tcl])
# If Tcl is enabled (above) then check for pltcl_unknown_support # If Tcl is enabled (above) then check for pltcl_unknown_support
AC_MSG_CHECKING([whether to build with pl/tcl unknown support]) AC_MSG_CHECKING([whether to build with pl/tcl unknown support])
if test "$with_tcl" = yes; then if test "$with_tcl" = yes; then
PGAC_ARG_BOOL(with, pltcl_unknown, no, [ --with-pltcl-unknown build pl/tcl unknown support if Tcl is enabled]) PGAC_ARG_BOOL(with, pltcl_unknown, no, [ --enable-pltcl-unknown build pl/tcl unknown support if Tcl is enabled])
else else
with_pltcl_unknown=no enable_pltcl_unknown=no
fi fi
AC_MSG_RESULT([$with_pltcl_unknown]) AC_MSG_RESULT([$enable_pltcl_unknown])
AC_SUBST([with_pltcl_unknown]) AC_SUBST([enable_pltcl_unknown])
# If Tcl is enabled (above) then Tk is also, unless the user disables it using --without-tk # If Tcl is enabled (above) then Tk is also, unless the user disables it using --without-tk
AC_MSG_CHECKING([whether to build with Tk]) AC_MSG_CHECKING([whether to build with Tk])
......
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.46 2001/05/09 19:19:00 momjian Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.47 2001/05/09 19:41:57 momjian Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</>]]> <title><![%flattext-install-include[<productname>PostgreSQL</>]]>
...@@ -588,7 +588,7 @@ su - postgres ...@@ -588,7 +588,7 @@ su - postgres
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>--with-pltcl-unknown</term> <term>--enable-pltcl-unknown</term>
<listitem> <listitem>
<para> <para>
Enables enables PL/Tcl unknown support. Enables enables PL/Tcl unknown support.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment