diff options
author | surles <surles> | 1999-06-16 22:36:23 (GMT) |
---|---|---|
committer | surles <surles> | 1999-06-16 22:36:23 (GMT) |
commit | 9603fe9cba368549645bb980ec7dc9b32f36905b (patch) | |
tree | e4d33bad2c31e24ef538f0e7107f0cfd77d711af /unix/tclConfig.sh.in | |
parent | f18136a157e5714f647256d13d552863635ea469 (diff) | |
download | tcl-9603fe9cba368549645bb980ec7dc9b32f36905b.zip tcl-9603fe9cba368549645bb980ec7dc9b32f36905b.tar.gz tcl-9603fe9cba368549645bb980ec7dc9b32f36905b.tar.bz2 |
merged unix and windows styles
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r-- | unix/tclConfig.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in index c412561..0520784 100644 --- a/unix/tclConfig.sh.in +++ b/unix/tclConfig.sh.in @@ -9,7 +9,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tclConfig.sh.in,v 1.10 1999/03/11 21:47:39 stanton Exp $ +# RCS: @(#) $Id: tclConfig.sh.in,v 1.11 1999/06/16 22:36:24 surles Exp $ # Tcl's version number. TCL_VERSION='@TCL_VERSION@' @@ -80,7 +80,7 @@ TCL_DL_LIBS='@DL_LIBS@' # Flags to pass to the compiler when linking object files into # an executable tclsh or tcltest binary. -TCL_LD_FLAGS='@LD_FLAGS@' +TCL_LD_FLAGS='@LDFLAGS@' # Flags to pass to ld, such as "-R /usr/local/tcl/lib", that tell the # run-time dynamic linker where to look for shared libraries such as |