summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-26 14:13:18 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-26 14:13:18 +0200
commitf3cf60684d179a134c20da5204af8046919e0a11 (patch)
tree580240e91af3ae105d244f509e6458a687c18712 /configure.ac
parent059247e2ed27532ba6d3e1222f7c2f6a5c237811 (diff)
downloadmerchant-f3cf60684d179a134c20da5204af8046919e0a11.tar.gz
merchant-f3cf60684d179a134c20da5204af8046919e0a11.tar.bz2
merchant-f3cf60684d179a134c20da5204af8046919e0a11.zip
Fix the way twister logic is sought in the system.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e297106..83db7cc3 100644
--- 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])