summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-03-11 21:47:37 (GMT)
committerstanton <stanton@noemail.net>1999-03-11 21:47:37 (GMT)
commitd5a078156daf5ca2a9145ded42d3b2d03198d4c6 (patch)
treee4aa8b6d14f69842c22e62fdcf4c5683bbd26f50 /unix/tclConfig.sh.in
parent1a4b6ba83a80d21f6bf6496a5d12e058235ff94d (diff)
downloadtcl-d5a078156daf5ca2a9145ded42d3b2d03198d4c6.zip
tcl-d5a078156daf5ca2a9145ded42d3b2d03198d4c6.tar.gz
tcl-d5a078156daf5ca2a9145ded42d3b2d03198d4c6.tar.bz2
Changed package tests to build against the stubs library.core-8-1-merge-latest
FossilOrigin-Name: 7bca5a035ccf3178087fe5238aed2d06264c4809
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r--unix/tclConfig.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index ae7c03c..c412561 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.9 1999/03/10 05:52:52 stanton Exp $
+# RCS: @(#) $Id: tclConfig.sh.in,v 1.10 1999/03/11 21:47:39 stanton Exp $
# Tcl's version number.
TCL_VERSION='@TCL_VERSION@'
@@ -139,7 +139,7 @@ TCL_SRC_DIR='@TCL_SRC_DIR@'
TCL_PACKAGE_PATH='@TCL_PACKAGE_PATH@'
# Tcl supports stub.
-TCL_SUPPORTS_STUBS=@TCL_SUPPORTS_STUBS@
+TCL_SUPPORTS_STUBS=1
# The name of the Tcl stub library (.a):
TCL_STUB_LIB_FILE='@TCL_STUB_LIB_FILE@'