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 the way twister


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: Fix the way twister logic is sought in the system.
Date: Thu, 26 Jul 2018 14:13:46 +0200

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 f3cf606  Fix the way twister logic is sought in the system.
f3cf606 is described below

commit f3cf60684d179a134c20da5204af8046919e0a11
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jul 26 14:13:18 2018 +0200

    Fix the way twister logic is sought in the system.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6e29710..83db7cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -234,7 +234,7 @@ AS_CASE([$with_twister],
          CPPFLAGS="-I$with_twister/include $CPPFLAGS"])
 
 AC_CHECK_HEADERS([taler/taler_twister_testing_lib.h],
- [AC_CHECK_LIB([talertwistertesting], [TALER_TESTING_run_twister], 
twistertesting=1)],
+ [AC_CHECK_LIB([talertwistertesting], [TALER_TESTING_run_twister], 
twistertesting=1,, [-ltalerexchange -ltalerbank])],
    [], [#ifdef HAVE_GNUNET_PLATFORM_H
         #include <gnunet/platform.h>
        #endif])

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



reply via email to

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