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

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

parent ecd84626
...@@ -9828,7 +9828,6 @@ then : ...@@ -9828,7 +9828,6 @@ then :
LDDLLFLAGS="-Wl,--disable-stdcall-fixup" LDDLLFLAGS="-Wl,--disable-stdcall-fixup"
fi ;; fi ;;
esac esac
enable_mountmgr_sys=${enable_mountmgr_sys:-no}
enable_loader=${enable_loader:-no} enable_loader=${enable_loader:-no}
enable_server=${enable_server:-no} enable_server=${enable_server:-no}
with_x=${with_x:-no} with_x=${with_x:-no}
......
...@@ -673,7 +673,6 @@ case $host_os in ...@@ -673,7 +673,6 @@ case $host_os in
[LDDLLFLAGS="-Wl,--disable-stdcall-fixup"]) ;; [LDDLLFLAGS="-Wl,--disable-stdcall-fixup"]) ;;
esac esac
dnl Disable modules that can't be used on Windows dnl Disable modules that can't be used on Windows
enable_mountmgr_sys=${enable_mountmgr_sys:-no}
enable_loader=${enable_loader:-no} enable_loader=${enable_loader:-no}
enable_server=${enable_server:-no} enable_server=${enable_server:-no}
dnl Disable dependencies that are not useful on Windows 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