From: Giuseppe Scrivano Date: Thu, 3 Jun 2010 15:00:44 +0000 (+0200) Subject: Under Windows, do not link to wsock32. X-Git-Tag: v1.13~148 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=64ebab7160b9ea8143403d685aa395b9f4efc056 Under Windows, do not link to wsock32. --- diff --git a/ChangeLog b/ChangeLog index 03936fa6..42332f3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-06-03 Giuseppe Scrivano + + * configure.ac (W32LIBS): Remove -lwsock32. + 2010-05-27 Giuseppe Scrivano * bootstrap.conf (gnulib_modules): Add `snprintf' module. diff --git a/configure.ac b/configure.ac index b4bd386d..58868fcd 100644 --- a/configure.ac +++ b/configure.ac @@ -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