summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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
##################################################################