Commit 2acb6bc6 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

configure: No longer disable iphlpapi in a Windows build.

parent 3660176e
......@@ -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}
......
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment