You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
25 lines
1.1 KiB
diff -rupN --no-dereference mingw-w64-v10.0.0/mingw-w64-headers/configure mingw-w64-v10.0.0-new/mingw-w64-headers/configure
|
|
--- mingw-w64-v10.0.0/mingw-w64-headers/configure 2022-04-03 17:08:58.000000000 +0200
|
|
+++ mingw-w64-v10.0.0-new/mingw-w64-headers/configure 2022-04-26 09:09:23.178755423 +0200
|
|
@@ -2734,7 +2734,7 @@ printf "%s\n" "$with_widl" >&6; }
|
|
|
|
if test "x$with_widl" = xno
|
|
then :
|
|
-
|
|
+unset WIDL
|
|
else $as_nop
|
|
|
|
if test "x$srcdir" = x.
|
|
diff -rupN --no-dereference mingw-w64-v10.0.0/mingw-w64-headers/configure.ac mingw-w64-v10.0.0-new/mingw-w64-headers/configure.ac
|
|
--- mingw-w64-v10.0.0/mingw-w64-headers/configure.ac 2022-04-03 17:08:58.000000000 +0200
|
|
+++ mingw-w64-v10.0.0-new/mingw-w64-headers/configure.ac 2022-04-26 09:09:23.178755423 +0200
|
|
@@ -27,7 +27,7 @@ AC_ARG_WITH([widl],
|
|
[AS_VAR_SET([with_widl],[no])])
|
|
AC_MSG_RESULT([$with_widl])
|
|
|
|
-AS_VAR_IF([with_widl],[no],[],[
|
|
+AS_VAR_IF([with_widl],[no],[unset WIDL],[
|
|
AS_VAR_IF([srcdir],[.],[],
|
|
[AC_MSG_WARN([--with-widl used in out of the tree compilation. Existing generated files will not be modified.])])
|
|
AC_PATH_PROGS([WIDL], [$host-widl widl], [], [$with_widl])
|