summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-04 11:52:30 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-04 11:52:30 +0200
commit5ed9ada634ace0d917fab8557f0a49e45f13dd3c (patch)
tree6b1eded2fac4667fbd715a15e5c145984c8f03bd /configure.ac
parent013210e8e73befb97fd4b63e22c842a78c743683 (diff)
downloadmerchant-5ed9ada634ace0d917fab8557f0a49e45f13dd3c.tar.gz
merchant-5ed9ada634ace0d917fab8557f0a49e45f13dd3c.tar.bz2
merchant-5ed9ada634ace0d917fab8557f0a49e45f13dd3c.zip
must still define WITH_DOC
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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])