[PATCH 2/2] configure: Fix libunwind warning logic.

Huw Davies huw at codeweavers.com
Fri Sep 13 03:04:42 CDT 2019


Signed-off-by: Huw Davies <huw at 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




More information about the wine-devel mailing list