diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-07 21:58:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-07 21:58:56 (GMT) |
commit | d925e8a8f0a6b7903e5183742422097f0789d210 (patch) | |
tree | 76a69e7c52120ff20eef36477d4b42050fe4f07e /win/configure | |
parent | aafb8f260959dba7316e70f8dfd6afcd1a9248d0 (diff) | |
download | tcl-d925e8a8f0a6b7903e5183742422097f0789d210.zip tcl-d925e8a8f0a6b7903e5183742422097f0789d210.tar.gz tcl-d925e8a8f0a6b7903e5183742422097f0789d210.tar.bz2 |
Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dll
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win/configure b/win/configure index 5cf1513..3e08d5d 100755 --- a/win/configure +++ b/win/configure @@ -4344,12 +4344,6 @@ esac # as we just assume that the platform hasn't got a usable z.lib #------------------------------------------------------------------------ -if test "$do64bit" = "yes" && test "$GCC" != "yes"; then - - tcl_ok=no - -else - if test "${enable_shared+set}" = "set"; then enableval="$enable_shared" @@ -4361,9 +4355,6 @@ else fi - -fi - if test "$tcl_ok" = "yes"; then ZLIB_DLL_FILE=\${ZLIB_DLL_FILE} |