summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-08-31 11:01:14 +0200
committerMichael Biebl <biebl@debian.org>2017-08-31 11:02:10 +0200
commiteba71ba073ca495c71b2fab8d45fa1501fcb819e (patch)
treec5c58f25c81b9c911587fca55af5184278b8b52e /configure.ac
parent0d82de0651472188240d7e0e759ac4248b00901c (diff)
downloadtracker-eba71ba073ca495c71b2fab8d45fa1501fcb819e.tar.gz
build: Drop obsolete warning about seccomp
https://bugzilla.gnome.org/show_bug.cgi?id=787057
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index d36a101eb..9bf42ae49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1081,9 +1081,3 @@ WARNING:
"
fi
-
-if test "$have_libseccomp" = "no"; then
-echo "
-WARNING: libseccomp was not found, build will not be prevented, but this is a security flaw.
-"
-fi