From 509303a597a1688e6c2230c83634a75f872d270c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 23 Jul 2008 17:07:50 +0000 Subject: 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. --- doc/src/sgml/installation.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 @@ - + <![%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> -- cgit v1.2.3