[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[merchant] 02/02: bump API
From: |
Admin |
Subject: |
[merchant] 02/02: bump API |
Date: |
Sun, 02 Mar 2025 00:57:19 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
commit c84ed905e2d4af60162a7def5c0fc430394930e6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 2 00:57:05 2025 +0100
bump API
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 01b1efb8..1371a3ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,12 +321,12 @@ AS_CASE([$with_exchange],
CPPFLAGS="-I$with_exchange/include $CPPFLAGS $POSTGRESQL_CPPFLAGS"])
AC_CHECK_HEADERS([taler/taler_mhd_lib.h],
- [AC_CHECK_LIB([talermhd], [TALER_MHD_parse_request_arg_snumber],
libtalermhd=1)])
+ [AC_CHECK_LIB([talermhd], [TALER_MHD_arg_to_yna], libtalermhd=1)])
AM_CONDITIONAL(HAVE_TALERMHD, test x$libtalermhd = x1)
AS_IF([test $libtalermhd != 1],
[AC_MSG_ERROR([[
***
-*** You need libtalermhd >= 0.10.1 (API v2) to build this program.
+*** You need libtalermhd >= 0.14.7 (API v3) to build this program.
*** This library is part of the GNU Taler exchange, available at
*** https://taler.net
*** ]])])
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.