diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-09-15 01:23:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-09-15 01:23:53 +0200 |
commit | ffbb31e180ddcce16337900d546e90271b848779 (patch) | |
tree | c21abf2470ac229b6dadf3dec5b2a4aca71a2c99 | |
parent | 0ce49789c7c63be9149e9938efcd3f7c4839dff9 (diff) |
-fix configure
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d530f71c..3d42161c 100644 --- a/configure.ac +++ b/configure.ac @@ -439,6 +439,7 @@ AM_CONDITIONAL([ENABLE_DOC], [test "x$enable_doc" = "xyes"]) AM_CONDITIONAL([HAVE_GNUNETPQ], [false]) AM_CONDITIONAL([HAVE_POSTGRESQL], [false]) AM_CONDITIONAL([HAVE_TALERUTIL], [false]) +AM_CONDITIONAL(HAVE_TALEREXCHANGE, [false]) AM_CONDITIONAL([HAVE_TALERPQ], [false]) AM_CONDITIONAL([HAVE_TALERMHD], [false]) AM_CONDITIONAL([HAVE_TALERJSON], [false]) |