summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-20 14:47:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-20 14:47:01 (GMT)
commit2f99ece694f932e693cee1af4efff43b6d94beeb (patch)
treecb18c4dd3ec1b44a05aea2504ba34dc31f968c82 /unix/tclConfig.sh.in
parentc1b1e9af62be03f294b7d515133f9e55c0c9688e (diff)
parent251dc3a322ad2fd4b39b11c5696ac34ddc9a15a5 (diff)
downloadtcl-2f99ece694f932e693cee1af4efff43b6d94beeb.zip
tcl-2f99ece694f932e693cee1af4efff43b6d94beeb.tar.gz
tcl-2f99ece694f932e693cee1af4efff43b6d94beeb.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 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.