File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -1178,10 +1178,13 @@ if test "$with_libunwind" != no; then
11781178 First argument must be non-null. */
11791179 unw_get_elf_filename(&cursor, (char*)0, (size_t)0, (unw_word_t*)0);
11801180 ] ]
1181- ) ] ,
1182- AC_DEFINE ( [ HAVE_LIBUNWIND_ELF_FILENAME] , [ 1] , [ Define if libunwind has unw_get_elf_filename] )
1183- AC_MSG_RESULT ( yes ) ,
1184- AC_MSG_RESULT ( no )
1181+ ) ] , [
1182+ AC_DEFINE ( [ HAVE_LIBUNWIND_ELF_FILENAME] , [ 1] , [ Define if libunwind has unw_get_elf_filename] )
1183+ AC_MSG_RESULT ( yes )
1184+ ] , [
1185+ AC_MSG_RESULT ( no )
1186+ AC_MSG_WARN ( [ showing filenames in backtrace screen requires libunwind 1.8 or later] )
1187+ ]
11851188 )
11861189
11871190 if test "$have_libunwind_ptrace" != no && test "x$ac_cv_lib_unwind_ptrace__UPT_create" != xyes; then
You can’t perform that action at this time.
0 commit comments