]> sjero.net Git - wget/blobdiff - configure.ac
Add -lws2_32 under mingw32.
[wget] / configure.ac
index 4eb42d2668540ca4a00b063d232506f352289b8e..208fea6ce03a226a9beaa51cfd568f05ef4643de 100644 (file)
@@ -231,7 +231,7 @@ WGET_NSL_SOCKET
 dnl Deal with specific hosts
 case $host_os in
   *mingw32* )
-    AC_SUBST(W32LIBS, '-lwsock32')
+    AC_SUBST(W32LIBS, '-lwsock32 -lws2_32')
     AC_LIBOBJ([mswindows])
     ;;
 esac