mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-10 19:23:41 +01:00
Add check for dlpi_subs member in struct dl_phdr_info.
(Logical change 1.159)
This commit is contained in:
parent
9600c00e3e
commit
24d5682d42
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ else
|
|||
CPPFLAGS="${CPPFLAGS} -DNDEBUG"
|
||||
fi
|
||||
|
||||
AC_CHECK_MEMBERS([struct dl_phdr_info.dlpi_subs],,,[#include <link.h>])
|
||||
AC_CHECK_TYPES([sighandler_t], [], [],
|
||||
[$ac_includes_default
|
||||
#if HAVE_SIGNAL_H
|
||||
|
|
Loading…
Reference in a new issue