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