Check for <sys/ktrace.h> and utrace(2).

This commit is contained in:
Dag-Erling Smørgrav 2014-10-30 12:05:45 +00:00 committed by des
parent bd69c34a11
commit cf44e01bb1

View file

@ -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