summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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")