summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-28 08:00:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-28 08:00:51 (GMT)
commit2f5a766c71b1796f47a58123f17c3242b607feca (patch)
tree6e85f7dd2b98f0c060086540c153617c8b70ae9d /unix/tclConfig.sh.in
parentea1a2f3fbf4607b58ceffe3606b2d2e7e59e609f (diff)
parent2bf6ae09b3ac48095177c0f52735fb9bfa10f164 (diff)
downloadtcl-2f5a766c71b1796f47a58123f17c3242b607feca.zip
tcl-2f5a766c71b1796f47a58123f17c3242b607feca.tar.gz
tcl-2f5a766c71b1796f47a58123f17c3242b607feca.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'unix/tclConfig.sh.in')
-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.