summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-09-05 14:12:35 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-09-05 14:12:35 +0200
commit2d1599192292bb5a35c757e4fa2b8c06b946cfec (patch)
tree181dd545370add044848e34f32b31cc486cc3141 /configure.ac
parent8e28dfaebe656b6aa36d84c9d6c546a003f5450b (diff)
downloadexchange-2d1599192292bb5a35c757e4fa2b8c06b946cfec.tar.gz
exchange-2d1599192292bb5a35c757e4fa2b8c06b946cfec.tar.bz2
exchange-2d1599192292bb5a35c757e4fa2b8c06b946cfec.zip
fix --enable-only-doc.
automake wants macros defined EVEN THOUGH they never get used in the compilation; as when, for example, the --enable-only-doc switch is given.
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 f1a6c1c32..7763378ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -528,6 +528,7 @@ else
# logic if doc_only is set, make sure conditionals are still defined
AM_CONDITIONAL([HAVE_EXPENSIVE_TESTS], [false])
+AM_CONDITIONAL([MHD_HAVE_EPOLL], [false])
AM_CONDITIONAL([WALLET_ONLY], [false])
AM_CONDITIONAL([HAVE_POSTGRESQL], [false])
AM_CONDITIONAL([HAVE_LIBCURL], [false])