diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2024-01-30 14:28:37 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2024-01-30 14:28:37 +0100 |
commit | 41408d9b419fc8e5deb2d3e4f44622b3fa97d0ba (patch) | |
tree | 62c19f023735de50be4d9d2b194115dbfcad745f /configure.ac | |
parent | 1d888045ad126e06944b641e6d1f7e6dde9c399c (diff) |
[doxygen] fix doxygen issuesv0.9.4-dev.6
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0a8b2a58..2c0cb654 100644 --- a/configure.ac +++ b/configure.ac @@ -366,6 +366,8 @@ AM_CONDITIONAL([ENABLE_DOC], [test "x$enable_doc" = "xyes"]) # logic if doc_only is set, make sure conditionals are still defined AM_CONDITIONAL([HAVE_GNUNETPQ], [false]) AM_CONDITIONAL([HAVE_POSTGRESQL], [false]) +AM_CONDITIONAL([HAVE_TALERUTIL], [false]) +AM_CONDITIONAL([HAVE_TALERPQ], [false]) AM_CONDITIONAL([HAVE_TALERFAKEBANK], [false]) AM_CONDITIONAL([USE_COVERAGE], [false]) AM_CONDITIONAL([ENABLE_DOC], [true]) |