if test "$with_systrace" = "yes"; then
-for ac_header in dev/systrace.h sys/systrace.h
+
+for ac_header in dev/systrace.h sys/systrace.h linux/systrace.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_header" >&5
if test -n "$with_systrace"; then
AC_DEFINE(HAVE_SYSTRACE)
if test "$with_systrace" = "yes"; then
- AC_CHECK_HEADERS(dev/systrace.h sys/systrace.h, [break], [], [#include <sys/param.h>])
+ AC_CHECK_HEADERS(dev/systrace.h sys/systrace.h linux/systrace.h, [break], [], [#include <sys/param.h>])
else
CPPFLAGS="$CPPFLAGS -I${with_systrace}"
fi