FreeBSD needs -lexecinfo to get backtrace()

This commit is contained in:
Marcin Cieślak 2015-09-25 00:59:59 +00:00 committed by Nick Mathewson
parent 5c95762ec6
commit 00e15ba477
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ AC_SEARCH_LIBS(socket, [socket network])
AC_SEARCH_LIBS(gethostbyname, [nsl])
AC_SEARCH_LIBS(dlopen, [dl])
AC_SEARCH_LIBS(inet_aton, [resolv])
AC_SEARCH_LIBS(backtrace, [execinfo])
saved_LIBS="$LIBS"
AC_SEARCH_LIBS([clock_gettime], [rt])
if test "$LIBS" != "$saved_LIBS"; then