summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-09-07 21:58:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-09-07 21:58:56 (GMT)
commitd925e8a8f0a6b7903e5183742422097f0789d210 (patch)
tree76a69e7c52120ff20eef36477d4b42050fe4f07e /win/configure.in
parentaafb8f260959dba7316e70f8dfd6afcd1a9248d0 (diff)
downloadtcl-msvc_with_64bit_zlib1_dll.zip
tcl-msvc_with_64bit_zlib1_dll.tar.gz
tcl-msvc_with_64bit_zlib1_dll.tar.bz2
Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dll
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/win/configure.in b/win/configure.in
index de56bf7..cd6088e 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -120,16 +120,12 @@ esac
# as we just assume that the platform hasn't got a usable z.lib
#------------------------------------------------------------------------
-AS_IF([test "$do64bit" = "yes" && test "$GCC" != "yes"], [
- tcl_ok=no
-], [
AS_IF([test "${enable_shared+set}" = "set"], [
enableval="$enable_shared"
tcl_ok=$enableval
], [
tcl_ok=yes
])
-])
AS_IF([test "$tcl_ok" = "yes"], [
AC_SUBST(ZLIB_DLL_FILE,[\${ZLIB_DLL_FILE}])
AS_IF([test "$do64bit" = "yes"], [