Module: wine Branch: master Commit: 65f3c3ae2733ddae379de0d8417c9ba5fda39632 URL: https://source.winehq.org/git/wine.git/?a=commit;h=65f3c3ae2733ddae379de0d84...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 6 10:16:31 2021 +0200
configure: Disable building mountmgr.sys on Windows for now.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+)
diff --git a/configure b/configure index db2e07679d4..50c29234c80 100755 --- a/configure +++ b/configure @@ -8341,6 +8341,7 @@ if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes; then : fi ;; esac enable_iphlpapi=${enable_iphlpapi:-no} + enable_mountmgr_sys=${enable_mountmgr_sys:-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 6321206b9db..42f97efb4a4 100644 --- a/configure.ac +++ b/configure.ac @@ -724,6 +724,7 @@ case $host_os in esac dnl Disable modules that can't be used on Windows enable_iphlpapi=${enable_iphlpapi:-no} + enable_mountmgr_sys=${enable_mountmgr_sys:-no} enable_loader=${enable_loader:-no} enable_server=${enable_server:-no} dnl Disable dependencies that are not useful on Windows