commit d7ac734976dcc79a178b25ade0df337658f0b156
parent fcc74ac2d2c6adbaa5d94a824c4b579ad7e20cf8
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 7 Apr 2025 20:48:36 +0200
fix doc-only build
Diffstat:
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'
])