gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: fix parentheses.


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: fix parentheses.
Date: Mon, 19 Mar 2018 13:37:29 +0100

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 109d6e5  fix parentheses.
109d6e5 is described below

commit 109d6e5be0867df6b5fd3e8b135e5123dd91b823
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 19 13:37:16 2018 +0100

    fix parentheses.
---
 configure.ac | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3385461..6827218 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,11 +231,17 @@ AS_CASE([$with_twister],
         [no], [AC_MSG_WARN([no twister-testing will be compiled])],
         [LDFLAGS="-L$with_twister/lib $LDFLAGS"
          CPPFLAGS="-I$with_twister/include $CPPFLAGS"])
+
+# This tries to include the twister even though
+# no --with-twister option was given.  Shall it
+# be included only if the user explicitly gave
+# such option?
 AC_CHECK_LIB(talertwistertesting,TALER_TESTING_run_twister,
   [AC_CHECK_HEADER([taler/taler_twister_testing_lib.h],[twistertesting=1],,
                    [#ifdef HAVE_GNUNET_PLATFORM_H
                       #include <gnunet/platform.h>
-                    #endif])]
+                    #endif
+                    ])]
   ,,[-ltalerexchange -ltalerbank])
 AM_CONDITIONAL(HAVE_TWISTER, test x$twistertesting = x1)
 

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



reply via email to

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