summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authorsurles <surles@noemail.net>1999-06-16 22:36:23 (GMT)
committersurles <surles@noemail.net>1999-06-16 22:36:23 (GMT)
commit759c91d305bc2b055782b03744320c7f54feaf32 (patch)
treee4d33bad2c31e24ef538f0e7107f0cfd77d711af /unix/tclConfig.sh.in
parent53d22384720cc763782bea23eb6f65b757003996 (diff)
downloadtcl-759c91d305bc2b055782b03744320c7f54feaf32.zip
tcl-759c91d305bc2b055782b03744320c7f54feaf32.tar.gz
tcl-759c91d305bc2b055782b03744320c7f54feaf32.tar.bz2
merged unix and windows styles
FossilOrigin-Name: 95cc329c16c5df8922f3c388611fda1e20caf335
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r--unix/tclConfig.sh.in4
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