exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit b210d7c5d213331874786459ec5053f9e2981926
parent 9548bc94b9695e2c7d1418573d12fd23c291153c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 16 Aug 2018 16:17:43 +0200

remove weird -l flags in configure.ac

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

diff --git a/configure.ac b/configure.ac @@ -384,8 +384,7 @@ AC_CHECK_LIB(talertwistertesting,TALER_TESTING_run_twister, [#ifdef HAVE_GNUNET_PLATFORM_H #include <gnunet/platform.h> #endif - ])] - ,,[-ltalerexchange -ltalerbank]) + ])]) AM_CONDITIONAL(HAVE_TWISTER, test x$twistertesting = x1)