Skip to content

Commit 4509282

Browse files
authored
Merge pull request #18941 from FRRouting/mergify/bp/stable/10.1/pr-18912
build: check for libunwind.h, not unwind.h (backport #18912)
2 parents 9eab53e + 71c9ce9 commit 4509282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2608,7 +2608,7 @@ if test "$enable_backtrace" != "no" ; then
26082608
])
26092609

26102610
if test "$backtrace_ok" = "no"; then
2611-
AC_CHECK_HEADER([unwind.h], [
2611+
AC_CHECK_HEADER([libunwind.h], [
26122612
AC_SEARCH_LIBS([unw_getcontext], [unwind], [
26132613
AC_DEFINE([HAVE_LIBUNWIND], [1], [libunwind])
26142614
backtrace_ok=yes

0 commit comments

Comments
 (0)