summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
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/tcl.m4
parent62fff2d6771a68615c2f9019a893a97b051c8654 (diff)
downloadtcl-d86d21d052235b888eeae25dc76e8a8d8e8bf616.zip
tcl-d86d21d052235b888eeae25dc76e8a8d8e8bf616.tar.gz
tcl-d86d21d052235b888eeae25dc76e8a8d8e8bf616.tar.bz2
fix build of zlib objects with msvc
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index f27720c..1a46527 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -614,7 +614,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
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