diff options
| -rw-r--r-- | configure.ac | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/configure.ac b/configure.ac index c46b8bab..f96ac87c 100644 --- a/configure.ac +++ b/configure.ac @@ -384,8 +384,7 @@ AC_CHECK_LIB(talertwistertesting,TALER_TESTING_run_twister,                     [#ifdef HAVE_GNUNET_PLATFORM_H                        #include <gnunet/platform.h>                      #endif -                    ])] -  ,,[-ltalerexchange -ltalerbank]) +                    ])])  AM_CONDITIONAL(HAVE_TWISTER, test x$twistertesting = x1) | 
