summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-29 10:12:05 +0200
committerNick Mathewson <nickm@torproject.org>2015-09-29 10:12:05 +0200
commit3d8a045bd6b9395c108cfbdfd971690163ca0e21 (patch)
treed62f7685a3a3d30e16c00a5ca92ade3d87691c9e /configure.ac
parent551dba3290cc77b512dc339bab4a7a81d1892c7c (diff)
parent216a9f7aecb19d717bed20557c2fd7d39333dba0 (diff)
downloadtor-3d8a045bd6b9395c108cfbdfd971690163ca0e21.tar.gz
tor-3d8a045bd6b9395c108cfbdfd971690163ca0e21.zip
Merge remote-tracking branch 'origin/maint-0.2.7'
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 a6fa1cb38e..53ed865d31 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