configure: No longer disable mountmgr.sys in a Windows build.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2022-01-19 10:53:29 +01:00
parent ecd84626cb
commit 318822d258
2 changed files with 1 additions and 3 deletions

3
configure vendored
View File

@ -9828,8 +9828,7 @@ then :
LDDLLFLAGS="-Wl,--disable-stdcall-fixup"
fi ;;
esac
enable_mountmgr_sys=${enable_mountmgr_sys:-no}
enable_loader=${enable_loader:-no}
enable_loader=${enable_loader:-no}
enable_server=${enable_server:-no}
with_x=${with_x:-no}
with_pthread=${with_pthread:-no}

View File

@ -673,7 +673,6 @@ case $host_os in
[LDDLLFLAGS="-Wl,--disable-stdcall-fixup"]) ;;
esac
dnl Disable modules that can't be used on Windows
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