summaryrefslogtreecommitdiffstats
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-02-20 11:44:03 +0000
committerBram Moolenaar <Bram@vim.org>2008-02-20 11:44:03 +0000
commit0ff8f6044adda03cfdd82b4db0405f0882d8b2f7 (patch)
tree007683e6410413a9d61f38135f8a6854efc1c47d /src/auto
parent4d0ec166870dbbf981c411f70669088db6adc414 (diff)
updated for version 7.1-257v7.1.257
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auto/configure b/src/auto/configure
index a3ccfd790b..3eb8757dcb 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -4669,10 +4669,11 @@ echo "${ECHO_T}$tclver - OK" >&6;
echo "$as_me:$LINENO: checking for location of Tcl include" >&5
echo $ECHO_N "checking for location of Tcl include... $ECHO_C" >&6
if test "x$MACOSX" != "xyes"; then
- tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/include"
+ tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/include /usr/include/tcl$tclver"
else
tclinc="/System/Library/Frameworks/Tcl.framework/Headers"
fi
+ TCL_INC=
for try in $tclinc; do
if test -f "$try/tcl.h"; then
echo "$as_me:$LINENO: result: $try/tcl.h" >&5