diff options
author | dgp <dgp@users.sourceforge.net> | 2018-05-24 13:27:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-05-24 13:27:12 (GMT) |
commit | 1ab67324ca8ca046f295fb79fa9d07967f2d5619 (patch) | |
tree | 59310e52593930db16479c052da060f30e9b3896 /unix/tclConfig.sh.in | |
parent | c744824995cbe5426cce06db01f6d05d6f2e8ea6 (diff) | |
parent | edb38932e8f071b1326515067d41bc060807dec2 (diff) | |
download | tcl-1ab67324ca8ca046f295fb79fa9d07967f2d5619.zip tcl-1ab67324ca8ca046f295fb79fa9d07967f2d5619.tar.gz tcl-1ab67324ca8ca046f295fb79fa9d07967f2d5619.tar.bz2 |
merge 8.7
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r-- | unix/tclConfig.sh.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in index 3da4afd..743b5a5 100644 --- a/unix/tclConfig.sh.in +++ b/unix/tclConfig.sh.in @@ -167,6 +167,3 @@ TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@' # Path to the Tcl stub library in the install directory. TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@' - -# Flag, 1: we built Tcl with threads enabled, 0 we didn't -TCL_THREADS=@TCL_THREADS@ |