[build] check for libexecinfo

pull/97/head
Timothy Stack 10 years ago
parent 5a1385bf5e
commit a94b432630

@ -84,6 +84,7 @@ AC_SEARCH_LIBS(openpty, util)
AC_SEARCH_LIBS(gzseek, z, [], [AC_MSG_ERROR([libz required to build])])
AC_SEARCH_LIBS(BZ2_bzopen, bz2)
AC_SEARCH_LIBS(dlopen, dl)
AC_SEARCH_LIBS(backtrace, execinfo)
# Sometimes, curses depends on these libraries being linked in...
AC_SEARCH_LIBS(cur_term, tinfo)

Loading…
Cancel
Save