summaryrefslogtreecommitdiffstats
path: root/win/tclConfig.sh.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-08-03 11:26:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-08-03 11:26:37 (GMT)
commitaeaba6971a969d6e628e5fd35f4cfca4fb2c683b (patch)
tree29702b7480503b46917ce66f3a42b79b088c23e8 /win/tclConfig.sh.in
parent0472854629fd686353d1250c700382fb829ea2ef (diff)
parenta53c12b3b5edfdbae0579747d279a4e98d601b07 (diff)
downloadtcl-aeaba6971a969d6e628e5fd35f4cfca4fb2c683b.zip
tcl-aeaba6971a969d6e628e5fd35f4cfca4fb2c683b.tar.gz
tcl-aeaba6971a969d6e628e5fd35f4cfca4fb2c683b.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 19af56b..1c33246 100644
--- a/win/tclConfig.sh.in
+++ b/win/tclConfig.sh.in
@@ -46,7 +46,7 @@ TCL_LIB_FILE='@TCL_LIB_FILE@'
TCL_ZIP_FILE='@TCL_ZIP_FILE@'
# Flag to indicate whether shared libraries need export files.
-TCL_NEEDS_EXP_FILE=@TCL_NEEDS_EXP_FILE@
+TCL_NEEDS_EXP_FILE=''
# Deprecated. Same as TCL_UNSHARED_LIB_SUFFIX
TCL_EXPORT_FILE_SUFFIX='@CFG_TCL_UNSHARED_LIB_SUFFIX@'
@@ -126,7 +126,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@'
+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,