From 318822d2589f492654de0ed56a116bf5ae5a578c Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 19 Jan 2022 10:53:29 +0100 Subject: [PATCH] configure: No longer disable mountmgr.sys in a Windows build. Signed-off-by: Alexandre Julliard --- configure | 3 +-- configure.ac | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index dcce2e8644e..a37c450f06c 100755 --- a/configure +++ b/configure @@ -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} diff --git a/configure.ac b/configure.ac index b42cb8a5346..b4417957c9e 100644 --- a/configure.ac +++ b/configure.ac @@ -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