summaryrefslogtreecommitdiff
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-10-12 20:02:24 +0000
committerBram Moolenaar <Bram@vim.org>2004-10-12 20:02:24 +0000
commit47136d70fafd8b101965b8d3d4bb72f5fe7dc231 (patch)
treebc1a155c840da31d5fe81b25e25b72c74b16308f /src/auto
parent5c4e21cf4dd92ebbc8681abd7516c86f902024c0 (diff)
downloadvim-47136d70fafd8b101965b8d3d4bb72f5fe7dc231.zip
updated for version 7.0019
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 29bb14801..e30c2dde3 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -2271,7 +2271,7 @@ echo "configure:2266: checking Tcl version" >&5
echo $ac_n "checking for location of Tcl include""... $ac_c" 1>&6
echo "configure:2273: checking for location of Tcl include" >&5
if test "x$MACOSX" != "xyes"; then
- tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include"
+ tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/include"
else
tclinc="/System/Library/Frameworks/Tcl.framework/Headers"
fi