From cc8a65ef3aa5ccfa3f3eb50c686a60fb39609ad0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 19 Sep 2013 18:09:47 -0400 Subject: build: Pass --with-tclinclude to configure. --- 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 -- cgit v0.9.1