diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-10-12 20:02:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-10-12 20:02:24 +0000 |
commit | 47136d70fafd8b101965b8d3d4bb72f5fe7dc231 (patch) | |
tree | bc1a155c840da31d5fe81b25e25b72c74b16308f /src/configure.in | |
parent | 5c4e21cf4dd92ebbc8681abd7516c86f902024c0 (diff) | |
download | vim-git-47136d70fafd8b101965b8d3d4bb72f5fe7dc231.tar.gz |
updated for version 7.0019v7.0019
Diffstat (limited to 'src/configure.in')
-rw-r--r-- | src/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in index d1d01ca58..070c41b5d 100644 --- a/src/configure.in +++ b/src/configure.in @@ -713,7 +713,7 @@ if test "$enable_tclinterp" = "yes"; then AC_MSG_CHECKING(for location of Tcl include) 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 dnl For Mac OS X 10.3, use the OS-provided framework location tclinc="/System/Library/Frameworks/Tcl.framework/Headers" |