Module: wine Branch: master Commit: 725bb795f8f8793b6649f01eb28e3238b9099025 URL: https://source.winehq.org/git/wine.git/?a=commit;h=725bb795f8f8793b6649f01eb...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Sep 28 16:34:23 2020 +0200
configure: Don't disable ntdll or kernel32 for Windows builds.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 2 -- configure.ac | 2 -- 2 files changed, 4 deletions(-)
diff --git a/configure b/configure index a70d60da82..296e476779 100755 --- a/configure +++ b/configure @@ -8282,8 +8282,6 @@ if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes; then : fi ;; esac enable_iphlpapi=${enable_iphlpapi:-no} - enable_kernel32=${enable_kernel32:-no} - enable_ntdll=${enable_ntdll:-no} enable_ws2_32=${enable_ws2_32:-no} enable_loader=${enable_loader:-no} enable_server=${enable_server:-no} diff --git a/configure.ac b/configure.ac index 722e5653bd..1072f16f09 100644 --- a/configure.ac +++ b/configure.ac @@ -723,8 +723,6 @@ case $host_os in esac dnl Disable modules that can't be used on Windows enable_iphlpapi=${enable_iphlpapi:-no} - enable_kernel32=${enable_kernel32:-no} - enable_ntdll=${enable_ntdll:-no} enable_ws2_32=${enable_ws2_32:-no} enable_loader=${enable_loader:-no} enable_server=${enable_server:-no}