summaryrefslogtreecommitdiffstats
path: root/win/tclConfig.sh.in
diff options
context:
space:
mode:
authormdejong <mdejong>2001-04-25 22:01:24 (GMT)
committermdejong <mdejong>2001-04-25 22:01:24 (GMT)
commita45e56585d9c1954635d19af697119c4ed0f8fc2 (patch)
treecc93684f0b6ab3779c1dc3e692c67d15743d3d9b /win/tclConfig.sh.in
parentd2026f0a6b8d9cd389b0fe7f8d9ba521ff99546f (diff)
downloadtcl-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/tclConfig.sh.in')
-rw-r--r--win/tclConfig.sh.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in
index 5b35f0d..b9a40dc 100644
--- a/win/tclConfig.sh.in
+++ b/win/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.6 2000/09/28 06:33:18 hobbs Exp $
+# RCS: @(#) $Id: tclConfig.sh.in,v 1.7 2001/04/25 22:01:24 mdejong Exp $
TCL_DLL_FILE="@TCL_DLL_FILE@"
@@ -172,3 +172,7 @@ 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@
+