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:
parent
3660176e09
commit
2acb6bc6fd
|
@ -8339,7 +8339,6 @@ 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_loader=${enable_loader:-no}
|
||||
enable_server=${enable_server:-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}
|
||||
|
|
Loading…
Reference in New Issue