aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-12 17:12:43 -0400
committerNick Mathewson <nickm@torproject.org>2013-07-12 17:12:43 -0400
commitaac732322ae132a1659ecbd4039c7d017ddc3d20 (patch)
treec3d31d970fb2ce4ffd458e4d415c9f6ce44a29ec /configure.ac
parent14d5e7f85e343a48e27c3b8f2b560c4d1aff5315 (diff)
parentf9c1ba6493478d227c202e4d3444283b2c840a6a (diff)
downloadtor-aac732322ae132a1659ecbd4039c7d017ddc3d20.tar
tor-aac732322ae132a1659ecbd4039c7d017ddc3d20.tar.gz
Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 235f19b43..68c8ce47b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -656,6 +656,12 @@ if test "$upnp" = "true"; then
fi
dnl ============================================================
+dnl Check for libseccomp
+
+AC_CHECK_HEADERS([seccomp.h])
+AC_SEARCH_LIBS(seccomp_init, [seccomp])
+
+dnl ============================================================
dnl We need an implementation of curve25519.
dnl set these defaults.