exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 18fc9130aa109b247e226b80c1f3c6db9bbd2a0f
parent 6ac80befa9413dc1496dfd8a5eb296890db88a02
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 13 Apr 2025 12:24:46 +0200

fix libgnunetmhd detection logic

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

diff --git a/configure.ac b/configure.ac @@ -205,7 +205,7 @@ AS_IF([test $libgnunetutil != 1], # Check for GNUnet's libgnunetmhd. -libgnunetjson=0 +libgnunetmhd=0 AC_MSG_CHECKING([for libgnunetmhd]) AC_ARG_WITH(gnunet, [AS_HELP_STRING([--with-gnunet=PFX], [base of GNUnet installation])], @@ -218,7 +218,7 @@ AS_CASE([$with_gnunet], [LDFLAGS="-L$with_gnunet/lib $LDFLAGS" CPPFLAGS="-I$with_gnunet/include $CPPFLAGS"]) AC_CHECK_HEADERS([gnunet/gnunet_mhd_lib.h], - [AC_CHECK_LIB([gnunetmhd], [GNUNET_MHD_parse], libgnunetmhd=1)]) + [AC_CHECK_LIB([gnunetmhd], [GNUNET_MHD_post_parser], [libgnunetmhd=1])]) AS_IF([test $libgnunetmhd != 1], [AC_MSG_ERROR([[ ***