Under Windows, do not link to wsock32.

This commit is contained in:
Giuseppe Scrivano 2010-06-03 17:00:44 +02:00
parent bd5527dad4
commit 64ebab7160
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-06-03 Giuseppe Scrivano <gscrivano@gnu.org>
* configure.ac (W32LIBS): Remove -lwsock32.
2010-05-27 Giuseppe Scrivano <gscrivano@gnu.org>
* bootstrap.conf (gnulib_modules): Add `snprintf' module.

View File

@ -223,7 +223,7 @@ WGET_NSL_SOCKET
dnl Deal with specific hosts
case $host_os in
*mingw32* )
AC_SUBST(W32LIBS, '-lwsock32 -lws2_32')
AC_SUBST(W32LIBS, '-lws2_32')
AC_LIBOBJ([mswindows])
;;
esac