1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Add dependency on execinfo for backtrace()

This commit is contained in:
Nicolas Viennot 2019-04-23 08:52:23 -04:00
parent 9c45f61585
commit b83ea046fc

View File

@ -121,6 +121,7 @@ AC_CHECK_HEADERS(
# Look for library needed for flock. # Look for library needed for flock.
AC_SEARCH_LIBS(flock, bsd) AC_SEARCH_LIBS(flock, bsd)
AC_SEARCH_LIBS(backtrace, execinfo)
# Check for some functions that are replaced or omitted. # Check for some functions that are replaced or omitted.
AC_CHECK_FUNCS( AC_CHECK_FUNCS(