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: fix parenthesis.


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix parenthesis.
Date: Mon, 19 Mar 2018 13:34:51 +0100

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 634db38  fix parenthesis.
634db38 is described below

commit 634db38b25d0ed51d8075cdf4c9963f10cc4b6ef
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 19 13:34:26 2018 +0100

    fix parenthesis.
---
 .gitignore   | 1 +
 configure.ac | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index cd8d658..daf8589 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,7 @@ src/bank-lib/test_bank_api
 src/bank-lib/test_bank_api_new
 src/bank-lib/test_bank_api_with_fakebank
 src/bank-lib/test_bank_api_with_fakebank_new
+src/bank-lib/test_bank_api_with_fakebank_twisted
 src/exchange-lib/test_exchange_api_new
 src/exchange-lib/test_exchange_api
 src/exchange-lib/test_exchange_api_home/.local/share/taler/exchange/live-keys/
diff --git a/configure.ac b/configure.ac
index a35e997..ceabcec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -395,7 +395,8 @@ 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]