challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit d7ac734976dcc79a178b25ade0df337658f0b156
parent fcc74ac2d2c6adbaa5d94a824c4b579ad7e20cf8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  7 Apr 2025 20:48:36 +0200

fix doc-only build

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

diff --git a/configure.ac b/configure.ac @@ -308,6 +308,7 @@ AM_CONDITIONAL([HAVE_LIBCURL], [false]) AM_CONDITIONAL([USE_COVERAGE], [false]) AM_CONDITIONAL([ENABLE_DOC], [true]) AM_CONDITIONAL(HAVE_TALERMHD, [false]) +AM_CONDITIONAL(HAVE_TALERTEMPLATING, [false]) # end of 'doc_only' ])