1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Remove dependency on wsock32.lib in favor of ws2_32

ws2_32 is the new version of the library that should be used, as
it contains the require functionality from wsock32 as well as some
more (which is why some binaries were already using ws2_32).

Michael Paquier, reviewed by MauMau
This commit is contained in:
Magnus Hagander
2014-07-15 14:18:39 +02:00
parent f162fb75b3
commit a16bac36ec
8 changed files with 11 additions and 17 deletions

2
configure vendored
View File

@ -7659,7 +7659,7 @@ return socket ();
return 0;
}
_ACEOF
for ac_lib in '' socket wsock32; do
for ac_lib in '' socket ws2_32; do
if test -z "$ac_lib"; then
ac_res="none required"
else