configure: Disable building mountmgr.sys on Windows for now.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2021-10-06 10:16:31 +02:00
parent b6044788ea
commit 65f3c3ae27
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -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}

View File

@ -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