sync

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

commit 4f0afd89aea43ce61b635f7314308dc52a57644f
parent abb27598f83dd3e6a0a2826ab6df333910c7a07c
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu, 17 Apr 2025 15:04:40 +0200

fix docs-only build

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

diff --git a/configure.ac b/configure.ac @@ -269,6 +269,7 @@ AM_CONDITIONAL([ENABLE_DOC], [test "x$enable_doc" = "xyes"]) ],[ # this is about the doc-only if on top of the file # logic if doc_only is set, make sure conditionals are still defined +AM_CONDITIONAL([HAVE_MHD2], [false]) AM_CONDITIONAL([HAVE_GNUNETPQ], [false]) AM_CONDITIONAL([HAVE_POSTGRESQL], [false]) AM_CONDITIONAL([USE_COVERAGE], [false])