generic: add backtraces feature information

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-04-15 20:08:35 +03:00
parent d3913790a1
commit 90b168c400

View file

@ -269,6 +269,12 @@ add_feature_info(xscreensaver
"Screen saver and screen locking support"
)
find_program(GDB_OR_LLDB_EXECUTABLE NAMES gdb lldb)
add_feature_info(gdb_or_lldb
GDB_OR_LLDB_EXECUTABLE
"Backtraces support"
)
check_include_files(sys/wait.h HAVE_SYS_WAIT_H)
check_include_files(sys/time.h HAVE_SYS_TIME_H)