exchange

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

commit 30aa3d405965cbe8b7f7734d740e96e917bfa381
parent 634db38b25d0ed51d8075cdf4c9963f10cc4b6ef
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 19 Mar 2018 18:35:06 +0100

set default HAVE_TWISTER.

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

diff --git a/configure.ac b/configure.ac @@ -514,7 +514,7 @@ AM_CONDITIONAL([HAVE_LIBGNURL], [false]) AM_CONDITIONAL([HAVE_DEVELOPER], [false]) AM_CONDITIONAL([USE_COVERAGE], [false]) AM_CONDITIONAL([ENABLE_DOC], [true]) - +AM_CONDITIONAL([HAVE_TWISTER], [false]) # end of 'doc_only' fi