Commit 318822d2 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent ecd84626
......@@ -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}
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment