diff options
author | Peter Eisentraut | 2008-07-23 17:07:50 +0000 |
---|---|---|
committer | Peter Eisentraut | 2008-07-23 17:07:50 +0000 |
commit | 509303a597a1688e6c2230c83634a75f872d270c (patch) | |
tree | 37a6faab2d516c159ad8587a2568dea290977cb6 /doc/src | |
parent | 64d84adf030a3d470e9329bf86909aa8ab68898f (diff) |
Abort if Tcl support was configured and no tcl shell was found.
This is required because the value is substituted into the pltcl_*mod
scripts.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 0e4aa90fedf..c787a313882 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.310 2008/06/05 19:56:09 alvherre Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.311 2008/07/23 17:07:50 petere Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1447,7 +1447,8 @@ su - postgres <listitem> <para> Full path to the Tcl interpreter. This will be used to - determine the dependencies for building PL/Tcl. + determine the dependencies for building PL/Tcl, and it will + be substituted into Tcl scripts. </para> </listitem> </varlistentry> |