]> code.delx.au - pulseaudio/commit
Check for the library containing the backtrace() function.
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Sat, 4 Jul 2009 11:12:32 +0000 (13:12 +0200)
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Sat, 4 Jul 2009 11:12:32 +0000 (13:12 +0200)
commitff252cb48d9bd827d262eb2633fecaff47c6fe5c
tree1a4468ed805bf004c02080ba0086e0531e5e8cba
parent6fdd5846b24dd9346bfa5abae1fd727189681477
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.
configure.ac