aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-10-06 15:51:04 +0200
committerChristian Grothoff <christian@grothoff.org>2024-10-06 15:51:04 +0200
commit3e93954656b6a5ffcea633bc32313b0345706304 (patch)
tree4b239178c83bf1bfa8f112ea1da47b9273206b44
parentf0162d05e2a3b3e464e9c4ae3c734d66473a9583 (diff)
-build system fix for docs-only
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ad12b3f3..e8042e50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -460,6 +460,7 @@ AM_CONDITIONAL([HAVE_POSTGRESQL], [false])
AM_CONDITIONAL([HAVE_TALERUTIL], [false])
AM_CONDITIONAL(HAVE_TALEREXCHANGE, [false])
AM_CONDITIONAL([HAVE_TALERPQ], [false])
+AM_CONDITIONAL([HAVE_DONAU], [false])
AM_CONDITIONAL([HAVE_TALERMHD], [false])
AM_CONDITIONAL([HAVE_TALERJSON], [false])
AM_CONDITIONAL([HAVE_TALERFAKEBANK], [false])