now it passes configure when backtrace_symbols_fd is in libexecinfo instead of libc


SVN revision: 44731
This commit is contained in:
kiwi 2009-12-27 13:44:46 +00:00 committed by kiwi
parent 095fcb424c
commit 2d28886745
1 changed files with 2 additions and 2 deletions

View File

@ -185,10 +185,10 @@ if test "x${link_execinfo}" = "xno" ; then
backtrace_symbols_fd(NULL, 0, 0);
]])],
[
linkexec_info="yes"
link_execinfo="yes"
execinfo_libs="-lexecinfo"
],
[linkexec_info="no"])
[link_execinfo="no"])
LDFLAGS="${LDFLAGS_save}"
AC_MSG_RESULT([${link_execinfo}])