mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +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>
|
2002-06-29 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* configure.ac (development_version): New.
|
* configure.ac (development_version): New.
|
||||||
|
@ -882,7 +882,7 @@ GNUPG_CHECK_GNUMAKE
|
|||||||
# mysterious reasons - the final link step should bail out.
|
# mysterious reasons - the final link step should bail out.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-mingw32*)
|
*-*-mingw32*)
|
||||||
LIBS="$LIBS -lws2_32"
|
LIBS="$LIBS -lwsock32"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user