summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-19 18:09:47 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-19 18:09:47 (EDT)
commitcc8a65ef3aa5ccfa3f3eb50c686a60fb39609ad0 (patch)
treeff26e4d68eea0977a2cbeefe21e5ec645db017d8
parentef15760c76aee7b368a4b59a747623ee63e558f5 (diff)
build: Pass --with-tclinclude to configure.
-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