mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-24 22:56:00 +00:00
Check for <sys/ktrace.h> and utrace(2).
This commit is contained in:
parent
bd69c34a11
commit
cf44e01bb1
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ AC_PROG_INSTALL
|
|||
AC_CHECK_HEADERS([endian.h sys/endian.h])
|
||||
AC_CHECK_FUNCS([strlcat strlcmp strlcpy])
|
||||
|
||||
# For tracing allocations in unit tests
|
||||
AC_CHECK_HEADERS([sys/ktrace.h])
|
||||
AC_CHECK_FUNCS([utrace])
|
||||
|
||||
############################################################################
|
||||
#
|
||||
# Build options
|
||||
|
|
Loading…
Reference in a new issue