1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Add -lws2_32 under mingw32.

This commit is contained in:
Giuseppe Scrivano 2010-05-07 12:51:39 +02:00
parent cba3187919
commit b2e34eb6a9
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2010-05-07 Giuseppe Scrivano <gscrivano@gnu.org> 2010-05-07 Giuseppe Scrivano <gscrivano@gnu.org>
* configure.ac: Don't call macro WGET_SOCKLEN_T. * configure.ac: Don't call macro WGET_SOCKLEN_T.
(W32LIBS): Add -lws2_32.
* Makefile.am (EXTRA_DIST): Remove autogen.sh. * Makefile.am (EXTRA_DIST): Remove autogen.sh.

View File

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