diff options
author | nijtmans <nijtmans> | 2008-12-23 16:46:18 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-23 16:46:18 (GMT) |
commit | d86d21d052235b888eeae25dc76e8a8d8e8bf616 (patch) | |
tree | 591d0c7112ad234eeb8c92857e96c46f7b87c9f1 /win/tcl.m4 | |
parent | 62fff2d6771a68615c2f9019a893a97b051c8654 (diff) | |
download | tcl-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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |