sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 32c597ca33d3dfaa7e240b179ed21177e4a8bf16
parent 8cae896e4df6a41e46e04ee12bd67a619928b74a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  7 Apr 2026 17:07:10 +0200

remove legacy platform.h check

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

diff --git a/configure.ac b/configure.ac @@ -79,9 +79,7 @@ AS_CASE([$with_merchant], AC_CHECK_HEADERS([taler/taler_merchant_service.h], [AC_CHECK_LIB([talermerchant], [TALER_MERCHANT_poll_payment], libtalermerchant=1)], - [], [#ifdef HAVE_TALER_PLATFORM_H - #include <taler/platform.h> - #endif]) + [], []) # Check for GNUnet's libgnunetutil.