mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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.
This commit is contained in:
parent
6fdd5846b2
commit
ff252cb48d
1 changed files with 1 additions and 0 deletions
|
|
@ -388,6 +388,7 @@ AC_SEARCH_LIBS([timer_create], [rt])
|
|||
|
||||
# BSD
|
||||
AC_SEARCH_LIBS([connect], [socket])
|
||||
AC_SEARCH_LIBS([backtrace], [execinfo])
|
||||
|
||||
# Non-standard
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue