diff options
author | Werner Koch <[email protected]> | 2006-10-17 14:34:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-17 14:34:42 +0000 |
commit | be410be660305328787559a18b8c9b69790dbfe8 (patch) | |
tree | 32a7dd94b21d1973c1ceedc3d71e13df34f0c83b /configure.ac | |
parent | Fixed aegypten bug 372 (diff) | |
download | gnupg-be410be660305328787559a18b8c9b69790dbfe8.tar.gz gnupg-be410be660305328787559a18b8c9b69790dbfe8.zip |
Pth tweaks and improved estream.c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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) # |