diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-20 21:43:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-20 21:43:37 (GMT) |
commit | 3d73169d61cf9b795515d4c8a325ec0fa886bea8 (patch) | |
tree | fa39ad45219248b0908067599ace646350830668 /win/configure | |
parent | 21c4569612e301d04f43b1360e70eb88789ee1ca (diff) | |
parent | d925e8a8f0a6b7903e5183742422097f0789d210 (diff) | |
download | tcl-3d73169d61cf9b795515d4c8a325ec0fa886bea8.zip tcl-3d73169d61cf9b795515d4c8a325ec0fa886bea8.tar.gz tcl-3d73169d61cf9b795515d4c8a325ec0fa886bea8.tar.bz2 |
New import libraries for zlib 1.2.7, usable for all win32/win64 compilers
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 521fc51..0258898 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} |