aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5235b7f38..64e83cf18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-30 Werner Koch <[email protected]>
+
+ * configure.ac: Link W32 version against libwsock32.
+
2002-06-29 Werner Koch <[email protected]>
* configure.ac (development_version): New.
diff --git a/configure.ac b/configure.ac
index c816ab739..92a30bd0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -882,7 +882,7 @@ GNUPG_CHECK_GNUMAKE
# mysterious reasons - the final link step should bail out.
case "${target}" in
*-*-mingw32*)
- LIBS="$LIBS -lws2_32"
+ LIBS="$LIBS -lwsock32"
;;
*)
;;