mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
A bunch of minor changes for Windows.
This commit is contained in:
parent
a7fe86bc02
commit
f54b85bc2d
13 changed files with 187 additions and 95 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue