diff --git a/configure b/configure index d9ba80332bd..8a7e8fece1e 100755 --- a/configure +++ b/configure @@ -8339,8 +8339,7 @@ if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes; then : LDDLLFLAGS="-Wl,--disable-stdcall-fixup" fi ;; esac - enable_iphlpapi=${enable_iphlpapi:-no} - enable_mountmgr_sys=${enable_mountmgr_sys:-no} + enable_mountmgr_sys=${enable_mountmgr_sys:-no} enable_loader=${enable_loader:-no} enable_server=${enable_server:-no} with_x=${with_x:-no} diff --git a/configure.ac b/configure.ac index 4497e98e7bb..39fb1eabc4b 100644 --- a/configure.ac +++ b/configure.ac @@ -723,7 +723,6 @@ case $host_os in [LDDLLFLAGS="-Wl,--disable-stdcall-fixup"]) ;; esac dnl Disable modules that can't be used on Windows - enable_iphlpapi=${enable_iphlpapi:-no} enable_mountmgr_sys=${enable_mountmgr_sys:-no} enable_loader=${enable_loader:-no} enable_server=${enable_server:-no}