aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-06-27 16:03:54 -0400
committerMicah Elizabeth Scott <beth@torproject.org>2023-05-10 07:37:10 -0700
commit51ce0bb6ef60781cfe20fcaa16b36d438f264db7 (patch)
treec89c9851ddb93e9e72b31a0f48c771792571d357 /configure.ac
parentc611e328de05685c6159a6c1a6bb8829b494c408 (diff)
downloadtor-51ce0bb6ef60781cfe20fcaa16b36d438f264db7.tar.gz
tor-51ce0bb6ef60781cfe20fcaa16b36d438f264db7.zip
hs: Add solve and verify PoW functions
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c0b531c81d..babc65fa8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -403,6 +403,9 @@ AC_DEFUN([ADD_MODULE], [
m4_foreach_w([module], MODULES, [ADD_MODULE([module])])
AC_SUBST(TOR_MODULES_ALL_ENABLED)
+dnl Blake2 check for Equi-X support.
+PKG_CHECK_MODULES([LIBB2], [libb2])
+
dnl check for the correct "ar" when cross-compiling.
dnl (AM_PROG_AR was new in automake 1.11.2, which we do not yet require,
dnl so kludge up a replacement for the case where it isn't there yet.)