configure.ac: fixed duplicate "no" answer
This commit is contained in:
parent
3ff3550a58
commit
93fec1d7a7
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ AC_CHECK_FUNC([backtrace],
|
|||
)
|
||||
|
||||
if test "x$BT" = "x" ; then
|
||||
AC_MSG_RESULT([no])
|
||||
AC_CHECK_LIB([execinfo], [backtrace])
|
||||
[ EXTRA_LIBS="${EXTRA_LIBS} -lexecinfo" ; ]
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue