mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* configure.ac: Link W32 version against libwsock32.
This commit is contained in:
parent
ac49eadf31
commit
76f8e65015
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue