[PATCH 2/2] configure: Fix libunwind warning logic.
Signed-off-by: Huw Davies <huw(a)codeweavers.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 49676f073b..ad7ed007e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1719,7 +1719,7 @@ then fi case $host in aarch64*|*-darwin*) - WINE_NOTICE_WITH(unwind,[test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono], + WINE_NOTICE_WITH(unwind,[test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono], [libunwind ${notice_platform}development files not found, stack unwinding won't work.]) ;; esac -- 2.23.0
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=56498 Your paranoid android. === debian10 (build log) === error: patch failed: configure.ac:1697 error: patch failed: configure.ac:1719 Task: Patch failed to apply === debian10 (build log) === error: patch failed: configure.ac:1697 error: patch failed: configure.ac:1719 Task: Patch failed to apply
participants (2)
-
Huw Davies -
Marvin