summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2009-02-03 01:24:57 +0000
committerAndrew Dunstan <andrew@dunslane.net>2009-02-03 01:24:57 +0000
commitb5d23f28ce56ddde40e4648971d233b4485fb71b (patch)
tree04fd707e2c4b22d792291e90b670299a92f5aef5 /configure
parent623cf5edec2f9a59d2b4d3d196c8d214ced732ba (diff)
downloadpostgresql-b5d23f28ce56ddde40e4648971d233b4485fb71b.tar.gz
allow alternative names for tclsh used on Windows
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8a7b74f741..5924db003b 100755
--- a/configure
+++ b/configure
@@ -26180,7 +26180,7 @@ fi
# Check for Tcl configuration script tclConfig.sh
if test "$with_tcl" = yes; then
- for ac_prog in tclsh tcl tclsh8.5 tclsh8.4 tclsh8.3
+ for ac_prog in tclsh tcl tclsh8.5 tclsh85 tclsh8.4 tclsh84 tclsh8.3 tclsh83
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2