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

Alexandre Julliard julliard at winehq.org
Wed Jan 19 15:57:46 CST 2022


Module: wine
Branch: master
Commit: 318822d2589f492654de0ed56a116bf5ae5a578c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=318822d2589f492654de0ed56a116bf5ae5a578c

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jan 19 10:53:29 2022 +0100

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

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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




More information about the wine-cvs mailing list