diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-04 15:30:25 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-04 15:30:25 +0100 |
commit | 17705572a23e28173405b00f412086db8dc5ae3d (patch) | |
tree | 42d323ca901d173012d9dafb3e2405db17c4addd /configure.ac | |
parent | e204844f940ee2025c83ac688a7df6288afced8d (diff) |
fix docs build
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fda84abf..3e0f63ac 100644 --- a/configure.ac +++ b/configure.ac @@ -406,6 +406,7 @@ AM_CONDITIONAL([HAVE_GNUNETPQ], [false]) AM_CONDITIONAL([HAVE_POSTGRESQL], [false]) AM_CONDITIONAL([HAVE_TALERUTIL], [false]) AM_CONDITIONAL([HAVE_TALERPQ], [false]) +AM_CONDITIONAL([HAVE_TALERMHD], [false]) AM_CONDITIONAL([HAVE_TALERJSON], [false]) AM_CONDITIONAL([HAVE_TALERFAKEBANK], [false]) AM_CONDITIONAL([USE_COVERAGE], [false]) |