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:
parent
67fa8b8f3b
commit
601f208bc9
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user