summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-12-23 16:46:18 (GMT)
committernijtmans <nijtmans>2008-12-23 16:46:18 (GMT)
commitd86d21d052235b888eeae25dc76e8a8d8e8bf616 (patch)
tree591d0c7112ad234eeb8c92857e96c46f7b87c9f1 /win/configure
parent62fff2d6771a68615c2f9019a893a97b051c8654 (diff)
downloadtcl-d86d21d052235b888eeae25dc76e8a8d8e8bf616.zip
tcl-d86d21d052235b888eeae25dc76e8a8d8e8bf616.tar.gz
tcl-d86d21d052235b888eeae25dc76e8a8d8e8bf616.tar.bz2
fix build of zlib objects with msvc
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure
index 28a2a65..8b96430 100755
--- a/win/configure
+++ b/win/configure
@@ -3989,7 +3989,7 @@ echo "${ECHO_T} Using 64-bit $MACHINE mode" >&6
fi
fi
- LIBS="user32.lib advapi32.lib ws2_32.lib zdll.lib"
+ LIBS="user32.lib advapi32.lib ws2_32.lib"
if test "$do64bit" != "no" ; then
# The space-based-path will work for the Makefile, but will
# not work if AC_TRY_COMPILE is called. TEA has the