From f54b85bc2d9b80f40ee025f74857fb3bb1436f9a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 4 Jul 2007 09:34:28 +0000 Subject: A bunch of minor changes for Windows. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b46c8e33d..2a1dd8263 100644 --- a/configure.ac +++ b/configure.ac @@ -1160,7 +1160,7 @@ GNUPG_CHECK_GNUMAKE # requiring any network stuff but linking to code in libcommon which # tracks in winsock stuff (e.g. init_common_subsystems. if test "$have_w32_system" = yes; then - W32SOCKLIBS="-lwsock32" + W32SOCKLIBS="-lws2_32" NETLIBS="${NETLIBS} ${W32SOCKLIBS}" fi -- cgit v1.2.3