commit dc3af0f10dd17c7f304d9229417cd22272d139f0
parent 98645197df13a4a2aae862d0d265dbd56200e2db
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Tue, 31 Mar 2026 15:08:47 +0200
fix configure checks
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -211,8 +211,7 @@ AC_CHECK_HEADERS([taler/taler_util.h],
[TALER_pattern_matches],
[with_exchange=yes],
[AC_MSG_ERROR([libtalerutil too old])])],
- [AC_MSG_ERROR([taler/taler_util.h found])],
- [#include <taler/platform.h>])
+ [AC_MSG_ERROR([taler/taler_util.h found])])
CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS"
@@ -250,8 +249,7 @@ AC_CHECK_HEADERS([taler/taler_merchant_service.h],
[TALER_MERCHANT_parse_pay_uri],
[libtalermerchant=1],
[AC_MSG_ERROR([libtalermerchant not found])])],
- [AC_MSG_ERROR([taler/taler_merchant_service.h found])],
- [#include <taler/platform.h>])
+ [AC_MSG_ERROR([taler/taler_merchant_service.h found])])