anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 9b5cc39656b160ee10c7d22813f8f4510610d20e
parent 2289775413e0b66309bbad4692aa63ce6d133d07
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  5 Dec 2022 13:04:55 +0100

adapt to latest changes in GNUnet

Diffstat:
Mconfigure.ac | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -137,14 +137,10 @@ AS_CASE([$with_gnunet], [no], [AC_MSG_ERROR([--with-gnunet is required])], [LDFLAGS="-L$with_gnunet/lib $LDFLAGS" CPPFLAGS="-I$with_gnunet/include $CPPFLAGS"]) -AC_CHECK_HEADERS([gnunet/platform.h gnunet/gnunet_util_lib.h], +AC_CHECK_HEADERS([gnunet/gnunet_util_lib.h], [AC_CHECK_LIB([gnunetutil], [GNUNET_SCHEDULER_run], - [libgnunetutil=1])], - [], - [#ifdef HAVE_GNUNET_PLATFORM_H - #include <gnunet/platform.h> - #endif]) + [libgnunetutil=1])]) AS_IF([test $libgnunetutil != 1], [AC_MSG_ERROR([[ ***