gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated (9316f63b -> 2d15991


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated (9316f63b -> 2d159919)
Date: Wed, 05 Sep 2018 14:13:50 +0200

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

marcello pushed a change to branch master
in repository exchange.

    from 9316f63b exchange benchmark: add option to linger around after we're 
done
     new 8e28dfae minor polishing
     new 2d159919 fix --enable-only-doc.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3c7151ae..7763378a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ AC_ARG_ENABLE([only-doc],
   [doc_only=${enableval}],
   [doc_only=no])
 AC_MSG_RESULT($doc_only)
-AM_CONDITIONAL([DOC_ONLY], [test "$doc_only" = "yes"])
+AM_CONDITIONAL([DOC_ONLY], [test "x$doc_only" = "xyes"])
 
 if test "$doc_only" != yes
 then
@@ -88,11 +88,14 @@ AC_MSG_RESULT($enable_expensive)
 AM_CONDITIONAL([HAVE_EXPENSIVE_TESTS], [test "x$enable_expensive" = "xyes"])
 
 
+AC_MSG_CHECKING(whether to enable epoll)
 AC_ARG_ENABLE([[epoll]],
   [AS_HELP_STRING([[--enable-epoll[=ARG]]], [enable epoll support (yes, no, 
auto) [auto]])],
     [enable_epoll=${enableval}],
     [enable_epoll='auto']
   )
+AC_MSG_RESULT($enable_epoll)
+AM_CONDITIONAL([MHD_HAVE_EPOLL], [test "x$enable_epoll" = "xyes"])
 
 AS_IF([test "$enable_epoll" != "no"],
       [AX_HAVE_EPOLL
@@ -103,7 +106,6 @@ AS_IF([test "$enable_epoll" != "no"],
               AC_MSG_ERROR([[Support for epoll was explicitly requested but 
cannot be enabled on this platform.]]))
         enable_epoll='no'])])
 
-AM_CONDITIONAL([MHD_HAVE_EPOLL], [[test "x$enable_epoll" = xyes]])
 
 AS_IF([test "x$enable_epoll" = "xyes"],
   AC_CACHE_CHECK([for epoll_create1()],
@@ -526,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]