]> sjero.net Git - wget/blobdiff - configure.ac
Remove dist-bzip2 dist-lzma from automake options.
[wget] / configure.ac
index b4bd386dfed833cca5702328eb48eb7a92e6e6b6..1cdba2f4519b9981202ebc1c63647c730016baab 100644 (file)
@@ -48,7 +48,7 @@ AC_CONFIG_SRCDIR([src/wget.h])
 dnl
 dnl Automake setup
 dnl
-AM_INIT_AUTOMAKE(dist-bzip2 dist-lzma 1.9)
+AM_INIT_AUTOMAKE([1.9])
 
 dnl
 dnl Get cannonical host
@@ -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