exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 1727d07a86b2e5a945c374fc7a56fff55540d77d
parent 0f3ead965ed985e6a64d55d66e6c262351863b63
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 28 Mar 2025 04:42:34 +0100

fix lack of HAVE_MHD2 on docs-only build

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

diff --git a/configure.ac b/configure.ac @@ -497,11 +497,9 @@ AC_ARG_ENABLE([[doc]], test "x$enable_doc" = "xno" || enable_doc=yes AM_CONDITIONAL([ENABLE_DOC], [test "x$enable_doc" = "xyes"]) -AM_CONDITIONAL([HAVE_MHD2], [false]) - ],[ # This is the big test "$doc_only" on top of the file! - +AM_CONDITIONAL([HAVE_MHD2], [false]) # logic if doc_only is set, make sure conditionals are still defined AM_CONDITIONAL([HAVE_EXPENSIVE_TESTS], [false]) AM_CONDITIONAL([MHD_HAVE_EPOLL], [false])