gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix #6220


From: gnunet
Subject: [gnunet] branch master updated: fix #6220
Date: Fri, 24 Apr 2020 10:23:04 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 69f8fad56 fix #6220
69f8fad56 is described below

commit 69f8fad56e942054bda1f7623de09c525c62b6c1
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Fri Apr 24 10:18:16 2020 +0200

    fix #6220
---
 configure.ac | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b6e44f90e..bfaf8cf14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1033,8 +1033,15 @@ AS_IF([test x$nss = xfalse],
 AC_CHECK_LIB([kvm],[kvm_open])
 AC_CHECK_LIB([kstat],[kstat_open])
 
+argon=0
 # test for argon2 (for POW)
-AC_CHECK_LIB([argon2],[argon2d_hash_raw])
+AC_CHECK_LIB([argon2],[argon2d_hash_raw], argon=1, argon=0)
+AS_IF([test x$argon = x1],
+[
+ AC_MSG_RESULT([argon2 found])
+],[
+ AC_MSG_ERROR([GNUnet requires argon2.])
+])
 
 # test for libextractor
 extractor=0

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]