aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
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)
#