summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-04-21 12:44:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-04-21 12:44:30 (GMT)
commit7cfeb436e40fc160bf11579024635c4940cd8a64 (patch)
tree4d9a2148e53b39376869ce2c8884061555dc3468 /unix
parent1212cb034f8cab80c2374092e810f483ee26f749 (diff)
parent2f99ece694f932e693cee1af4efff43b6d94beeb (diff)
downloadtcl-7cfeb436e40fc160bf11579024635c4940cd8a64.zip
tcl-7cfeb436e40fc160bf11579024635c4940cd8a64.tar.gz
tcl-7cfeb436e40fc160bf11579024635c4940cd8a64.tar.bz2
merge trunk
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 27fd513..fdc56b7 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.