From 64ebab7160b9ea8143403d685aa395b9f4efc056 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 3 Jun 2010 17:00:44 +0200 Subject: [PATCH] Under Windows, do not link to wsock32. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2