aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-10-17 14:34:42 +0000
committerWerner Koch <[email protected]>2006-10-17 14:34:42 +0000
commitbe410be660305328787559a18b8c9b69790dbfe8 (patch)
tree32a7dd94b21d1973c1ceedc3d71e13df34f0c83b /configure.ac
parentFixed aegypten bug 372 (diff)
downloadgnupg-be410be660305328787559a18b8c9b69790dbfe8.tar.gz
gnupg-be410be660305328787559a18b8c9b69790dbfe8.zip
Pth tweaks and improved estream.c
Diffstat (limited to 'configure.ac')
-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)
#