summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-04-21 12:19:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-04-21 12:19:07 (GMT)
commit363e0c8e61880b783107839910f660207c5dd743 (patch)
tree0360e029197f2513df6b695784a564864ae0daa0 /unix
parent6133b6a8f367811422d9803a856fb5f3434ecce9 (diff)
parent0c9c64f76498585487efd90abb910d7f1e23072c (diff)
downloadtcl-363e0c8e61880b783107839910f660207c5dd743.zip
tcl-363e0c8e61880b783107839910f660207c5dd743.tar.gz
tcl-363e0c8e61880b783107839910f660207c5dd743.tar.bz2
merge 8.6
Diffstat (limited to 'unix')
-rw-r--r--unix/tclConfig.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index b58e9fd..f768690 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -81,7 +81,7 @@ TCL_DL_LIBS='@DL_LIBS@'
# an executable tclsh or tcltest binary.
TCL_LD_FLAGS='@LDFLAGS@'
-# Flags to pass to ld, such as "-R /usr/local/tcl/lib", that tell the
+# Flags to pass to cc/ld, such as "-R /usr/local/tcl/lib", that tell the
# run-time dynamic linker where to look for shared libraries such as
# libtcl.so. Used when linking applications. Only works if there
# is a variable "LIB_RUNTIME_DIR" defined in the Makefile.