Huw Davies : configure: No longer disable iphlpapi in a Windows build.

Alexandre Julliard julliard at winehq.org
Thu Oct 7 16:21:19 CDT 2021


Module: wine
Branch: master
Commit: 2acb6bc6fd64eff88d34d9244bfc8683e5d983c6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2acb6bc6fd64eff88d34d9244bfc8683e5d983c6

Author: Huw Davies <huw at codeweavers.com>
Date:   Thu Oct  7 08:57:40 2021 +0100

configure: No longer disable iphlpapi in a Windows build.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure    | 3 +--
 configure.ac | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

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}




More information about the wine-cvs mailing list