diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-04 11:52:30 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-04 11:52:30 +0200 |
commit | 5ed9ada634ace0d917fab8557f0a49e45f13dd3c (patch) | |
tree | 6b1eded2fac4667fbd715a15e5c145984c8f03bd /configure.ac | |
parent | 013210e8e73befb97fd4b63e22c842a78c743683 (diff) |
must still define WITH_DOC
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 33127239..6f6650c6 100644 --- a/configure.ac +++ b/configure.ac @@ -296,6 +296,7 @@ else # logic if doc_only is set, make sure conditionals are still defined AM_CONDITIONAL([HAVE_GNUNETPQ], [false]) +AM_CONDITIONAL([WITH_DOC], [true]) AM_CONDITIONAL([HAVE_POSTGRESQL], [false]) AM_CONDITIONAL([HAVE_TALERFAKEBANK], [false]) AM_CONDITIONAL([HAVE_LIBCURL], [false]) |