configure: No longer disable mountmgr.sys in a Windows build.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ecd84626cb
commit
318822d258
|
@ -9828,8 +9828,7 @@ 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}
|
||||||
with_pthread=${with_pthread:-no}
|
with_pthread=${with_pthread:-no}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue