challenger

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

commit 808813d1d28092cc60809a32b68c3cee07ffb21a
parent f57b7984c77206f74fdd7b7ebb777c8a063c98d9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 21 Apr 2024 15:26:08 +0200

fix configure on else branch

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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