mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* configure.ac: Link W32 version against libwsock32.
This commit is contained in:
parent
ac49eadf31
commit
76f8e65015
@ -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.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user