diff options
-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 |