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:
parent
9c45f61585
commit
b83ea046fc
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user