From f3cf60684d179a134c20da5204af8046919e0a11 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 26 Jul 2018 14:13:18 +0200 Subject: Fix the way twister logic is sought in the system. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 #endif]) -- cgit v1.2.3