gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] 02/02: fix --enable-only-doc.


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 02/02: fix --enable-only-doc.
Date: Wed, 05 Sep 2018 14:13:52 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

commit 2d1599192292bb5a35c757e4fa2b8c06b946cfec
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Sep 5 14:12:35 2018 +0200

    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.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index f1a6c1c3..7763378a 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])

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]