summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-07-04 13:12:32 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-07-04 13:12:32 +0200
commitff252cb48d9bd827d262eb2633fecaff47c6fe5c (patch)
tree1a4468ed805bf004c02080ba0086e0531e5e8cba /configure.ac
parent6fdd5846b24dd9346bfa5abae1fd727189681477 (diff)
Check for the library containing the backtrace() function.
On FreeBSD the backtrace() function as well as the execinfo.h headers are provided by libexecinfo (an optional package). PulseAudio “automagically” identifies execinfo.h and proceeds to use it, but then will fail to link against the library. Thanks to Alexis Ballier for reporting.
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 00121f82..9c96d1c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -388,6 +388,7 @@ AC_SEARCH_LIBS([timer_create], [rt])
# BSD
AC_SEARCH_LIBS([connect], [socket])
+AC_SEARCH_LIBS([backtrace], [execinfo])
# Non-standard