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.
This commit is contained in:
Marcello Stanisci 2018-09-05 14:12:35 +02:00
parent 8e28dfaebe
commit 2d15991922
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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])