aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcin Cieślak <saper@saper.info>2015-09-25 00:59:59 +0000
committerNick Mathewson <nickm@torproject.org>2015-09-29 10:04:30 +0200
commit00e15ba4772bb11c00e88f9e263966c856f1f275 (patch)
treee7de12eafbcb2c00f02c9381c0fc63c5bc19a935 /configure.ac
parent5c95762ec6c8e43fe7bc5582fd43585076214ba4 (diff)
downloadtor-00e15ba4772bb11c00e88f9e263966c856f1f275.tar.gz
tor-00e15ba4772bb11c00e88f9e263966c856f1f275.zip
FreeBSD needs -lexecinfo to get backtrace()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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