diff options
author | P. 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) |
commit | cc8a65ef3aa5ccfa3f3eb50c686a60fb39609ad0 (patch) | |
tree | ff26e4d68eea0977a2cbeefe21e5ec645db017d8 | |
parent | ef15760c76aee7b368a4b59a747623ee63e558f5 (diff) |
build: Pass --with-tclinclude to configure.
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |