summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-06-20 21:30:33 (GMT)
committerericm <ericm@noemail.net>2000-06-20 21:30:33 (GMT)
commite8eea2c6b6a1bbf38cbb32f0712c78712c90e1d2 (patch)
tree186ade6e45b00d8c2b82b4d8d8039c3780fe1159 /unix/tclConfig.sh.in
parentcde6ae10674ca86ba738d34443c66cc1ad5c2ef3 (diff)
downloadtcl-e8eea2c6b6a1bbf38cbb32f0712c78712c90e1d2.zip
tcl-e8eea2c6b6a1bbf38cbb32f0712c78712c90e1d2.tar.gz
tcl-e8eea2c6b6a1bbf38cbb32f0712c78712c90e1d2.tar.bz2
Applied patch from [Bug: 5921]
FossilOrigin-Name: beffb3997a597af9ec54c8d25848194945cb34c6
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 36df936..8be53e3 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.13 1999/07/29 19:21:32 wart Exp $
+# RCS: @(#) $Id: tclConfig.sh.in,v 1.14 2000/06/20 21:30:34 ericm Exp $
# Tcl's version number.
TCL_VERSION='@TCL_VERSION@'
@@ -73,7 +73,7 @@ TCL_EXTRA_CFLAGS='@EXTRA_CFLAGS@'
# Base command to use for combining object files into a shared library:
TCL_SHLIB_LD='@SHLIB_LD@'
-# Base command to use for combining object files into a shared library:
+# Base command to use for combining object files into a static library:
TCL_STLIB_LD='@STLIB_LD@'
# Either '$LIBS' (if dependent libraries should be included when linking