Skip to content
Snippets Groups Projects
Commit 00e15ba4 authored by Marcin Cieślak's avatar Marcin Cieślak Committed by Nick Mathewson
Browse files

FreeBSD needs -lexecinfo to get backtrace()

parent 5c95762e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment