* configure.ac: Link W32 version against libwsock32.

This commit is contained in:
Werner Koch 2002-06-30 07:40:57 +00:00
parent ac49eadf31
commit 76f8e65015
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-06-30 Werner Koch <wk@gnupg.org>
* configure.ac: Link W32 version against libwsock32.
2002-06-29 Werner Koch <wk@gnupg.org>
* configure.ac (development_version): New.

View File

@ -882,7 +882,7 @@ GNUPG_CHECK_GNUMAKE
# mysterious reasons - the final link step should bail out.
case "${target}" in
*-*-mingw32*)
LIBS="$LIBS -lws2_32"
LIBS="$LIBS -lwsock32"
;;
*)
;;