configure: search for execinfo library
required under freebsd
This commit is contained in:
parent
a8650caa1c
commit
dc75a8ac34
@ -52,6 +52,7 @@ AS_IF([test "x${host_os}" != "xmingw32"],[
|
||||
|
||||
AC_FUNC_MMAP
|
||||
|
||||
AC_SEARCH_LIBS([backtrace], [execinfo])
|
||||
AC_CHECK_FUNC([backtrace])
|
||||
AM_CONDITIONAL([HAVE_EXECINFO], [test "x$ac_cv_func_backtrace" == "xyes"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user