From: Marcin Cieślak Date: Fri, 25 Sep 2015 00:59:59 +0000 (+0000) Subject: FreeBSD needs -lexecinfo to get backtrace() X-Git-Tag: tor-0.2.7.4-rc~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00e15ba4772bb11c00e88f9e263966c856f1f275;p=thirdparty%2Ftor.git FreeBSD needs -lexecinfo to get backtrace() --- diff --git a/configure.ac b/configure.ac index b190522cc1..24de46ec2f 100644 --- a/configure.ac +++ b/configure.ac @@ -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