diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-20 14:47:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-20 14:47:01 (GMT) |
commit | 2f99ece694f932e693cee1af4efff43b6d94beeb (patch) | |
tree | cb18c4dd3ec1b44a05aea2504ba34dc31f968c82 /unix/tclConfig.sh.in | |
parent | c1b1e9af62be03f294b7d515133f9e55c0c9688e (diff) | |
parent | 251dc3a322ad2fd4b39b11c5696ac34ddc9a15a5 (diff) | |
download | tcl-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.in | 2 |
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. |