diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c4d0406ea..5ee47cea7 100644 --- a/configure.ac +++ b/configure.ac @@ -1026,13 +1026,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 |