summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-20 14:50:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-20 14:50:44 (GMT)
commita1e8705fe3b7e08e889e989c77c0881cce63db8c (patch)
tree9074444267e2dbd6f10663bf585323fcf54472a3 /unix
parent3bcc6c4b763dc46cda817b8d4b40b8429a0195f4 (diff)
parent90fde58143eea5e3f626221a006cf6ac3e398ebe (diff)
downloadtcl-a1e8705fe3b7e08e889e989c77c0881cce63db8c.zip
tcl-a1e8705fe3b7e08e889e989c77c0881cce63db8c.tar.gz
tcl-a1e8705fe3b7e08e889e989c77c0881cce63db8c.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 bd5a746..070974f 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -82,7 +82,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.