summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2001-04-25 22:01:24 (GMT)
committermdejong <mdejong@noemail.net>2001-04-25 22:01:24 (GMT)
commit923c70609eacf0ba5b3a167e2f4ca0258d0036fb (patch)
treecc93684f0b6ab3779c1dc3e692c67d15743d3d9b /unix/tclConfig.sh.in
parentfe2445eb4e22d2e5a17bbf0f38dbfc13f6eea9bd (diff)
downloadtcl-923c70609eacf0ba5b3a167e2f4ca0258d0036fb.zip
tcl-923c70609eacf0ba5b3a167e2f4ca0258d0036fb.tar.gz
tcl-923c70609eacf0ba5b3a167e2f4ca0258d0036fb.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. FossilOrigin-Name: 6fb90b112f99ca08577955902972b9604a58d6bf
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r--unix/tclConfig.sh.in5
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@