summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-29 14:52:01 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-29 14:52:01 +0100
commitcd3287a8f02d8cac5540b927baae4421065031c9 (patch)
tree3d5bbe1c217d1858c75511b2a116678932fb8100 /configure.ac
parent46037fc88f03e7e02674432583a2680f9c87722e (diff)
downloadbubblewrap-cd3287a8f02d8cac5540b927baae4421065031c9.tar.gz
Remove libseccomp dependency check
This was never used.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index b4a1b26..592bc5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,10 +26,6 @@ AC_SUBST(WARN_CFLAGS)
LT_PREREQ([2.2.4])
LT_INIT([disable-static])
-PKG_CHECK_MODULES(LIBSECCOMP, [libseccomp])
-AC_SUBST(LIBSECCOMP_CFLAGS)
-AC_SUBST(LIBSECCOMP_LIBS)
-
AC_CONFIG_FILES([
Makefile
])