commit b5371d0e404581b11633ff16bbad1f33c2a28766
parent decbab1fe33b946fbe5eb8870323f41a776f9874
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 27 Mar 2025 17:34:02 +0100
-fix build issue
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
#
# This file is part of TALER
-# Copyright (C) 2014-2024 Taler Systems SA
+# Copyright (C) 2014-2025 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
@@ -497,6 +497,7 @@ 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!