Alexandre Julliard : configure: Disable nsiproxy.sys for the Windows build.

Alexandre Julliard julliard at winehq.org
Wed Jun 30 16:11:00 CDT 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun 30 20:01:00 2021 +0200

configure: Disable nsiproxy.sys for the Windows build.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure    | 1 +
 configure.ac | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configure b/configure
index 25089c31e18..14c9dd2ff7d 100755
--- a/configure
+++ b/configure
@@ -8345,6 +8345,7 @@ if test "x$ac_cv_cflags__Wl___disable_stdcall_fixup" = xyes; then :
 fi ;;
     esac
         enable_iphlpapi=${enable_iphlpapi:-no}
+    enable_nsiproxy_sys=${enable_nsiproxy_sys:-no}
     enable_ws2_32=${enable_ws2_32:-no}
     enable_loader=${enable_loader:-no}
     enable_server=${enable_server:-no}
diff --git a/configure.ac b/configure.ac
index 5c4f0c8a6cb..09c58aaff28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -735,6 +735,7 @@ case $host_os in
     esac
     dnl Disable modules that can't be used on Windows
     enable_iphlpapi=${enable_iphlpapi:-no}
+    enable_nsiproxy_sys=${enable_nsiproxy_sys:-no}
     enable_ws2_32=${enable_ws2_32:-no}
     enable_loader=${enable_loader:-no}
     enable_server=${enable_server:-no}




More information about the wine-cvs mailing list