Module: wine Branch: master Commit: 9a5f4b95db7acc12884717839931ff39b4b486d5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9a5f4b95db7acc12884717839...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 7 23:16:47 2021 +0200
configure: Enable ws2_32 build on Windows.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-)
diff --git a/configure b/configure index 99283e0ef18..5ed46f75b84 100755 --- a/configure +++ b/configure @@ -8357,7 +8357,6 @@ fi ;; esac enable_iphlpapi=${enable_iphlpapi:-no} enable_nsiproxy_sys=${enable_nsiproxy_sys:-no} - enable_ws2_32=${enable_ws2_32:-no} enable_loader=${enable_loader:-no} enable_server=${enable_server:-no} with_x=${with_x:-no} diff --git a/configure.ac b/configure.ac index 26f74985924..68b666e455f 100644 --- a/configure.ac +++ b/configure.ac @@ -737,7 +737,6 @@ case $host_os in dnl Disable modules that can't be used on Windows enable_iphlpapi=${enable_iphlpapi:-no} enable_nsiproxy_sys=${enable_nsiproxy_sys:-no} - enable_ws2_32=${enable_ws2_32:-no} enable_loader=${enable_loader:-no} enable_server=${enable_server:-no} dnl Disable dependencies that are not useful on Windows