]> sjero.net Git - wget/blobdiff - configure.ac
Fix build under Windows.
[wget] / configure.ac
index 2c01089f484650d65d85a49271852c581f7ada1f..205b6533853aca5c1c48da214b194c6b04d1a217 100644 (file)
@@ -223,7 +223,7 @@ WGET_NSL_SOCKET
 dnl Deal with specific hosts
 case $host_os in
   *mingw32* )
-    AC_SUBST(W32LIBS, '-lws2_32')
+    AC_SUBST(W32LIBS, '-lws2_32 -lgdi32')
     AC_LIBOBJ([mswindows])
     ;;
 esac