1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-21 14:47:03 +01:00

* configure.ac: Include wsock32 in W32LIBS. This is different from

NETLIBS so we don't need to force other platforms to pull in the netlibs
when they aren't actually needed.
This commit is contained in:
David Shaw 2003-06-20 03:21:41 +00:00
parent 67fa8b8f3b
commit 601f208bc9
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-06-19 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Include wsock32 in W32LIBS. This is different
from NETLIBS so we don't need to force other platforms to pull in
the netlibs when they aren't actually needed.
2003-06-19 Werner Koch <wk@gnupg.org>
Released 1.2.3rc1.

View File

@ -855,13 +855,15 @@ GNUPG_CHECK_GNUMAKE
# mysterious reasons - the final link step should bail out.
case "${target}" in
*-*-mingw32*)
NETLIBS="$NETLIBS -lwsock32"
dnl NETLIBS="$NETLIBS -lwsock32"
W32LIBS="-lwsock32"
;;
*)
;;
esac
AC_SUBST(NETLIBS)
AC_SUBST(W32LIBS)
if test "$GCC" = yes; then
if test "$USE_MAINTAINER_MODE" = "yes"; then