diff options
author | Werner Koch <[email protected]> | 2007-07-04 09:34:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-07-04 09:34:28 +0000 |
commit | f54b85bc2d9b80f40ee025f74857fb3bb1436f9a (patch) | |
tree | 49c49918b0e18b84ab5b242d796e36cdc6215710 /configure.ac | |
parent | More W32 related changes (diff) | |
download | gnupg-f54b85bc2d9b80f40ee025f74857fb3bb1436f9a.tar.gz gnupg-f54b85bc2d9b80f40ee025f74857fb3bb1436f9a.zip |
A bunch of minor changes for Windows.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b46c8e33d..2a1dd8263 100644 --- a/configure.ac +++ b/configure.ac @@ -1160,7 +1160,7 @@ GNUPG_CHECK_GNUMAKE # requiring any network stuff but linking to code in libcommon which # tracks in winsock stuff (e.g. init_common_subsystems. if test "$have_w32_system" = yes; then - W32SOCKLIBS="-lwsock32" + W32SOCKLIBS="-lws2_32" NETLIBS="${NETLIBS} ${W32SOCKLIBS}" fi |