mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Under Windows, do not link to wsock32.
This commit is contained in:
parent
bd5527dad4
commit
64ebab7160
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user