diff options
author | mistachkin <mistachkin@noemail.net> | 2004-06-24 01:29:01 (GMT) |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2004-06-24 01:29:01 (GMT) |
commit | 4bb48ce5b00f0b32b8882be080878e1a78cd3c6f (patch) | |
tree | 0b6812d3b041207d523101080164445b27a293f1 /win/tcl.m4 | |
parent | 17588e267f1685a2e103026b47c6e314f6d4a3ac (diff) | |
download | tcl-4bb48ce5b00f0b32b8882be080878e1a78cd3c6f.zip tcl-4bb48ce5b00f0b32b8882be080878e1a78cd3c6f.tar.gz tcl-4bb48ce5b00f0b32b8882be080878e1a78cd3c6f.tar.bz2 |
Version 5 of [Patch 976496]
FossilOrigin-Name: 6d178830b81c01d342d2ce36817551611136302b
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -257,6 +257,9 @@ AC_DEFUN(SC_ENABLE_THREADS, [ # USE_THREAD_ALLOC tells us to try the special thread-based # allocator that significantly reduces lock contention AC_DEFINE(USE_THREAD_ALLOC) + # USE_THREAD_STORAGE tells us to use the new generic thread + # storage subsystem. + AC_DEFINE(USE_THREAD_STORAGE) else TCL_THREADS=0 AC_MSG_RESULT([no (default)]) |