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 /unix/tclConfig.sh.in | |
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 'unix/tclConfig.sh.in')
-rw-r--r-- | unix/tclConfig.sh.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in index 8be53e3..6affaa3 100644 --- a/unix/tclConfig.sh.in +++ b/unix/tclConfig.sh.in @@ -9,7 +9,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tclConfig.sh.in,v 1.14 2000/06/20 21:30:34 ericm Exp $ +# RCS: @(#) $Id: tclConfig.sh.in,v 1.15 2001/04/25 22:01:24 mdejong Exp $ # Tcl's version number. TCL_VERSION='@TCL_VERSION@' @@ -170,3 +170,6 @@ 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 enables, 0 we didn't +TCL_THREADS=@TCL_THREADS@ |