]> granicus.if.org Git - sudo/commitdiff
Also look for systrace.h in /usr/include/linux
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 30 Sep 2004 23:00:25 +0000 (23:00 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 30 Sep 2004 23:00:25 +0000 (23:00 +0000)
configure
configure.in

index 47d54630f6eaba6bbc48f8d204daedf11bec9a0f..a89e119f44e9bbe281134c31b4b565aff166f0d9 100755 (executable)
--- a/configure
+++ b/configure
@@ -30226,7 +30226,8 @@ _ACEOF
     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
index 238dc8c9eba0a4206d29cb2fc1e6f47361c02d91..2d88b386588a53b002febc7e59c76c46967a070e 100644 (file)
@@ -1782,7 +1782,7 @@ dnl
 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