configure: No longer disable iphlpapi in a Windows build.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Huw Davies 2021-10-07 08:57:40 +01:00 committed by Alexandre Julliard
parent 3660176e09
commit 2acb6bc6fd
2 changed files with 1 additions and 3 deletions

3
configure vendored
View File

@ -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}

View File

@ -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}