diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-28 08:00:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-28 08:00:51 (GMT) |
commit | e5766f95f8b74aa6577cf8dff98d48a71ab9d131 (patch) | |
tree | 6e85f7dd2b98f0c060086540c153617c8b70ae9d /unix/tclConfig.sh.in | |
parent | 69d1bdb95ef90f112d06b7ece0d6db57c504a030 (diff) | |
parent | 2836feb5d8fbaffcd6371c423cd0a0b0eebac840 (diff) | |
download | tcl-fix_1997007.zip tcl-fix_1997007.tar.gz tcl-fix_1997007.tar.bz2 |
merge core-8-6-branchfix_1997007
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r-- | unix/tclConfig.sh.in | 2 |
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. |