1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 17:09:29 +02:00

Check for getunwind() system call.

(Logical change 1.18)
This commit is contained in:
mostang.com!davidm 2002-04-25 06:47:29 +00:00
parent 83ca335b08
commit b847840474

View file

@ -26,6 +26,7 @@ AC_TYPE_SIZE_T
dnl Checks for library functions.
AC_FUNC_MEMCMP
AC_TYPE_SIGNAL
AC_CHECK_FUNCS(getunwind)
dnl Hopefully there will be an AC_PROG_AS at some point...
AS="$CC"