From be410be660305328787559a18b8c9b69790dbfe8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 17 Oct 2006 14:34:42 +0000 Subject: Pth tweaks and improved estream.c --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f93ab7260..b7a96a269 100644 --- a/configure.ac +++ b/configure.ac @@ -1107,11 +1107,10 @@ GNUPG_CHECK_GNUMAKE # Add some extra libs here so that previous tests don't fail for # mysterious reasons - the final link step should bail out. if test "$have_w32_system" = yes; then - W32LIBS="-lwsock32" + NETLIBS="${NETLIBS} -lwsock32" fi AC_SUBST(NETLIBS) -AC_SUBST(W32LIBS) # -- cgit v1.2.3