aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-07-10 12:06:08 +0000
committerDavid Shaw <[email protected]>2003-07-10 12:06:08 +0000
commitadab7b0a63c3d40fdf71cf57a70813a3372b76b4 (patch)
treea450b6eb858a0951e3d3f1b0ba660d1ebc922596 /configure.ac
parentMinor changes to make make dist work correctly. (diff)
downloadgnupg-adab7b0a63c3d40fdf71cf57a70813a3372b76b4.tar.gz
gnupg-adab7b0a63c3d40fdf71cf57a70813a3372b76b4.zip
* THANKS: Updates from stable.
* configure.ac: Include wsock32 in W32LIBS. This is different from NETLIBS so we don't need to force other platforms to pull in the netlibs when they aren't actually needed. * NEWS: Note portability changes.
Diffstat (limited to '')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c4d0406ea..5ee47cea7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1026,13 +1026,15 @@ GNUPG_CHECK_GNUMAKE
# mysterious reasons - the final link step should bail out.
case "${target}" in
*-*-mingw32*)
- NETLIBS="$NETLIBS -lwsock32"
+dnl NETLIBS="$NETLIBS -lwsock32"
+ W32LIBS="-lwsock32"
;;
*)
;;
esac
AC_SUBST(NETLIBS)
+AC_SUBST(W32LIBS)
if test "$GCC" = yes; then
if test "$USE_MAINTAINER_MODE" = "yes"; then