summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-03-19 13:34:26 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-03-19 13:34:26 +0100
commit634db38b25d0ed51d8075cdf4c9963f10cc4b6ef (patch)
tree98a903c68834ddc84cfbdf2c32cb712999839051 /configure.ac
parent4eb9bcfb0f661ccd57b6950fd90216781e841e2c (diff)
downloadexchange-634db38b25d0ed51d8075cdf4c9963f10cc4b6ef.tar.gz
exchange-634db38b25d0ed51d8075cdf4c9963f10cc4b6ef.tar.bz2
exchange-634db38b25d0ed51d8075cdf4c9963f10cc4b6ef.zip
fix parenthesis.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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 <gnunet/platform.h>
- #endif])]
+ #endif
+ ])]
,,[-ltalerexchange -ltalerbank])
AM_CONDITIONAL(HAVE_TWISTER, test x$twistertesting = x1)