diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-07-12 17:12:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-12 17:12:43 -0400 |
commit | aac732322ae132a1659ecbd4039c7d017ddc3d20 (patch) | |
tree | c3d31d970fb2ce4ffd458e4d415c9f6ce44a29ec /configure.ac | |
parent | 14d5e7f85e343a48e27c3b8f2b560c4d1aff5315 (diff) | |
parent | f9c1ba6493478d227c202e4d3444283b2c840a6a (diff) | |
download | tor-aac732322ae132a1659ecbd4039c7d017ddc3d20.tar.gz tor-aac732322ae132a1659ecbd4039c7d017ddc3d20.zip |
Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 235f19b438..68c8ce47b9 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. |