Commit 649efc27 authored by vysheng's avatar vysheng

configure.ac: fixed duplicate "no" answer

parent 275eb68b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment