From 634db38b25d0ed51d8075cdf4c9963f10cc4b6ef Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 19 Mar 2018 13:34:26 +0100 Subject: fix parenthesis. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a35e997c7..ceabcec7b 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 - #endif])] + #endif + ])] ,,[-ltalerexchange -ltalerbank]) AM_CONDITIONAL(HAVE_TWISTER, test x$twistertesting = x1) -- cgit v1.2.3