]> sjero.net Git - wget/commitdiff
Under Windows, do not link to wsock32.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 3 Jun 2010 15:00:44 +0000 (17:00 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 3 Jun 2010 15:00:44 +0000 (17:00 +0200)
ChangeLog
configure.ac

index 03936fa67f4d23a182af62200d256471604f1237..42332f3e427ef4b7bb72a6676f4cc9b2ffc1c094 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * bootstrap.conf (gnulib_modules): Add `snprintf' module.
index b4bd386dfed833cca5702328eb48eb7a92e6e6b6..58868fcda0a7842af4d41e44dc375ff9033478f5 100644 (file)
@@ -223,7 +223,7 @@ WGET_NSL_SOCKET
 dnl Deal with specific hosts
 case $host_os in
   *mingw32* )
 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
     AC_LIBOBJ([mswindows])
     ;;
 esac