From 397e1e00c455babaa1d6e65f04e1f7145020731e Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 8 Dec 2016 14:32:10 +0100 Subject: configure: Make seccomp support mandatory This is something we can do on master, older stable releases will have to stick to optional support. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f1a99ebdf..908777e6a 100644 --- a/configure.ac +++ b/configure.ac @@ -2614,6 +2614,8 @@ if test "$have_libseccomp" = "yes"; then LIBTRACKER_COMMON_LIBS="$LIBTRACKER_COMMON_LIBS $LIBSECCOMP_LIBS" LIBTRACKER_COMMON_CFLAGS="$LIBTRACKER_COMMON_CFLAGS $LIBSECCOMP_CFLAGS" AC_DEFINE(HAVE_LIBSECCOMP, [], [Define if we have libseccomp]) +else + AC_MSG_ERROR([Libseccomp is mandatory for sandboxed metadata extraction]) fi ################################################################## -- cgit v1.2.1