diff options
author | stanton <stanton> | 1999-03-11 21:47:38 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-03-11 21:47:38 (GMT) |
commit | 9ee0bae50a473f5d1a57e71c6cf9c8238cd55f4d (patch) | |
tree | e4aa8b6d14f69842c22e62fdcf4c5683bbd26f50 /unix/tclConfig.sh.in | |
parent | 5b3a5d29ab16e3e14db11fa869be1e1299bbc9f9 (diff) | |
download | tcl-9ee0bae50a473f5d1a57e71c6cf9c8238cd55f4d.zip tcl-9ee0bae50a473f5d1a57e71c6cf9c8238cd55f4d.tar.gz tcl-9ee0bae50a473f5d1a57e71c6cf9c8238cd55f4d.tar.bz2 |
Changed package tests to build against the stubs library.core_8_1_merge_latest
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r-- | unix/tclConfig.sh.in | 4 |
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@' |