check for execinfo.h and backtrace()

This commit is contained in:
Love Hornquist Astrand
2011-05-21 11:55:21 -07:00
parent 97df66c0a0
commit 25e86d6f4d

View File

@@ -331,6 +331,7 @@ AC_CHECK_HEADERS([\
bsdsetjmp.h \ bsdsetjmp.h \
curses.h \ curses.h \
dlfcn.h \ dlfcn.h \
execinfo.h \
fnmatch.h \ fnmatch.h \
inttypes.h \ inttypes.h \
io.h \ io.h \
@@ -458,6 +459,7 @@ AC_CHECK_FUNCS([ \
_getpty \ _getpty \
_scrsize \ _scrsize \
arc4random \ arc4random \
backtrace \
fcntl \ fcntl \
getpeereid \ getpeereid \
getpeerucred \ getpeerucred \