summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index f03b6f2..c3c323e 100755
--- a/build
+++ b/build
@@ -19,7 +19,8 @@ configure:
--enable-shared \
--enable-threads \
--disable-rpath \
- --with-tcl="$${tcl}"
+ --with-tcl="$${tcl}" \
+ --with-tclinclude=/usr/include/tcl$(TLC_V)
touch $@
build: configure