summaryrefslogtreecommitdiffstats
path: root/win/tclConfig.sh.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-08-03 13:04:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-08-03 13:04:33 (GMT)
commit89cc07aa343a80a7728cb114b9d15added767719 (patch)
tree06ee3713e5d1d04ea2ddfdfff286ff44d10c4741 /win/tclConfig.sh.in
parenta6714c67782774eb5dae6d13cf515bffc4c4e189 (diff)
parentaeaba6971a969d6e628e5fd35f4cfca4fb2c683b (diff)
downloadtcl-89cc07aa343a80a7728cb114b9d15added767719.zip
tcl-89cc07aa343a80a7728cb114b9d15added767719.tar.gz
tcl-89cc07aa343a80a7728cb114b9d15added767719.tar.bz2
Merge 8.7
Diffstat (limited to 'win/tclConfig.sh.in')
-rw-r--r--win/tclConfig.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in
index 5e814a8..c980af6 100644
--- a/win/tclConfig.sh.in
+++ b/win/tclConfig.sh.in
@@ -100,7 +100,7 @@ TCL_COMPAT_OBJS='@LIBOBJS@'
TCL_RANLIB='@RANLIB@'
# -l flag to pass to the linker to pick up the Tcl library
-TCL_LIB_FLAG=''
+TCL_LIB_FLAG='@TCL_LIB_FLAG@'
# String to pass to linker to pick up the Tcl library from its
# build directory.
@@ -118,7 +118,7 @@ TCL_INCLUDE_SPEC='@TCL_INCLUDE_SPEC@'
# ("ok" means it's safe to use switches like -ltcl7.5; "nodots" means
# use switches like -ltcl75). SunOS and FreeBSD require "nodots", for
# example.
-TCL_LIB_VERSIONS_OK=''
+TCL_LIB_VERSIONS_OK='nodots'
# String that can be evaluated to generate the part of a shared library
# name that comes after the "libxxx" (includes version number, if any,