summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-08-20 16:42:38 -0400
committerPaul Moore <pmoore@redhat.com>2014-08-21 14:52:53 -0400
commit1123a31f7ab7dcc6e77f5b125aef9c605b379150 (patch)
tree8522fe8c05790b9763534adceb98bbce805afaa1 /configure.ac
parent97a1710da19e6365a826953e629bd5410cadc9d3 (diff)
downloadlibseccomp-1123a31f7ab7dcc6e77f5b125aef9c605b379150.tar.gz
system: add initial support for the new seccomp() syscall
The new seccomp() syscall makes an appearance in Linux 3.17. Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index be2ffd5..8cdf4e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,6 +76,12 @@ AC_SUBST([VERSION_MINOR])
AC_SUBST([VERSION_MICRO])
dnl ####
+dnl function checks
+dnl ####
+dnl # NOTE: keep this disabled until we can test on a released 3.17 kernel
+dnl AC_CHECK_FUNCS(seccomp)
+
+dnl ####
dnl cython checks
dnl ####
AC_CHECK_PROG(have_cython, cython, "yes", "no")