aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9e2061211..e418b72bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -277,7 +277,8 @@ AS_IF([test "x$enable_lts" = "xyes"], [
277 HAVE_CONTRIB_INSTALL="no" 277 HAVE_CONTRIB_INSTALL="no"
278]) 278])
279 279
280AC_CHECK_HEADER([linux/seccomp.h], [], AC_MSG_ERROR([*** SECCOMP support is not installed (/usr/include/linux/seccomp.h missing) ***])) 280AC_CHECK_HEADER([linux/seccomp.h], [],
281 [AC_MSG_ERROR([*** SECCOMP support is not installed (/usr/include/linux/seccomp.h missing) ***])])
281 282
282# set sysconfdir 283# set sysconfdir
283if test "$prefix" = /usr; then 284if test "$prefix" = /usr; then