diff options
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@' |