merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit f3cf60684d179a134c20da5204af8046919e0a11
parent 059247e2ed27532ba6d3e1222f7c2f6a5c237811
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 26 Jul 2018 14:13:18 +0200

Fix the way twister logic is sought in the system.

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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])