We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eab53e + 71c9ce9 commit 4509282Copy full SHA for 4509282
1 file changed
configure.ac
@@ -2608,7 +2608,7 @@ if test "$enable_backtrace" != "no" ; then
2608
])
2609
2610
if test "$backtrace_ok" = "no"; then
2611
- AC_CHECK_HEADER([unwind.h], [
+ AC_CHECK_HEADER([libunwind.h], [
2612
AC_SEARCH_LIBS([unw_getcontext], [unwind], [
2613
AC_DEFINE([HAVE_LIBUNWIND], [1], [libunwind])
2614
backtrace_ok=yes
0 commit comments