diff options
author | mdejong <mdejong> | 2001-04-25 22:01:24 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-04-25 22:01:24 (GMT) |
commit | a45e56585d9c1954635d19af697119c4ed0f8fc2 (patch) | |
tree | cc93684f0b6ab3779c1dc3e692c67d15743d3d9b /win/tcl.m4 | |
parent | d2026f0a6b8d9cd389b0fe7f8d9ba521ff99546f (diff) | |
download | tcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.zip tcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.tar.gz tcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh.
* unix/tclConfig.sh.in: Add TCL_THREADS variable.
* win/configure: Regen.
* win/tcl.m4: Subst TCL_THREADS into tclConfig.sh.
* win/tclConfig.sh.in: Add TCL_THREADS variable.
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -224,6 +224,7 @@ AC_DEFUN(SC_ENABLE_THREADS, [ TCL_THREADS=0 AC_MSG_RESULT([no (default)]) fi + AC_SUBST(TCL_THREADS) ]) #------------------------------------------------------------------------ |