1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Add check for dlpi_subs member in struct dl_phdr_info.

(Logical change 1.159)
This commit is contained in:
mostang.com!davidm 2004-01-24 06:45:18 +00:00
parent 9600c00e3e
commit 24d5682d42

View file

@ -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