diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-22 20:12:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-22 20:12:03 (GMT) |
commit | f6af18a9476f566a34901b828e33f7141266174c (patch) | |
tree | 073846661e6a16a193d5a8ecda3a2333ab18d8ac /unix/tclConfig.sh.in | |
parent | b729965a3c4258862bc075facb0291c0c765cd57 (diff) | |
download | tcl-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.in | 3 |
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@ |