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 /win/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 'win/tclConfig.sh.in')
-rw-r--r-- | win/tclConfig.sh.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in index 25fc3de..5dc6833 100644 --- a/win/tclConfig.sh.in +++ b/win/tclConfig.sh.in @@ -178,7 +178,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@ - |