summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-05-22 20:12:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-05-22 20:12:03 (GMT)
commitf6af18a9476f566a34901b828e33f7141266174c (patch)
tree073846661e6a16a193d5a8ecda3a2333ab18d8ac /unix/tclConfig.sh.in
parentb729965a3c4258862bc075facb0291c0c765cd57 (diff)
downloadtcl-f6af18a9476f566a34901b828e33f7141266174c.zip
tcl-f6af18a9476f566a34901b828e33f7141266174c.tar.gz
tcl-f6af18a9476f566a34901b828e33f7141266174c.tar.bz2
More removals of TCL_THREADS usage (configure scripts/win makefiles)
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r--unix/tclConfig.sh.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index fdc56b7..1edee2f 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -164,6 +164,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@