Skip to content

Commit

Permalink
Only check for prctl once.
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Aug 17, 2016
1 parent 976ba8a commit 33ba55d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,6 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
fi
AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [],
[], [#include <linux/types.h>])
AC_CHECK_FUNCS([prctl])
AC_MSG_CHECKING([for seccomp architecture])
seccomp_audit_arch=
case "$host" in
Expand Down

0 comments on commit 33ba55d

Please sign in to comment.