mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02: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
2 changed files with 9 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue