From bfa2102c955e0dc81af0821760c45d787eac8e1e Mon Sep 17 00:00:00 2001 From: Micah Elizabeth Scott Date: Thu, 9 Mar 2023 15:28:56 -0800 Subject: hs_pow: Replace libb2 dependency with hashx's internal blake2 This forgoes another external library dependency, and instead introduces a compatibility header so that interested parties (who already depend on equix, like hs_pow and unit tests) can use the implementation of blake2b included in hashx. Signed-off-by: Micah Elizabeth Scott --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index eaef9d2703..2b20965d68 100644 --- a/configure.ac +++ b/configure.ac @@ -435,9 +435,6 @@ 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.) -- cgit v1.2.3-54-g00ecf