1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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.
This commit is contained in:
Peter Eisentraut
2008-07-23 17:07:50 +00:00
parent 64d84adf03
commit 509303a597
3 changed files with 15 additions and 4 deletions

6
configure vendored
View File

@ -25032,6 +25032,12 @@ fi
test -n "$TCLSH" && break
done
if test x"$TCLSH" = x""; then
{ { echo "$as_me:$LINENO: error: Tcl shell not found" >&5
echo "$as_me: error: Tcl shell not found" >&2;}
{ (exit 1); exit 1; }; }
fi
{ echo "$as_me:$LINENO: checking for tclConfig.sh" >&5
echo $ECHO_N "checking for tclConfig.sh... $ECHO_C" >&6; }
# Let user override test