From a8c58d363d9b188e388174425c505ced7952551a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Tue, 24 Aug 2010 19:25:31 +0200 Subject: [PATCH] Build system: fix minor bug in display of configure script (Dynare++ testsuite had incorrect information due to testing the wrong variable) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d7b40160de..0603249e81 100644 --- a/configure.ac +++ b/configure.ac @@ -261,7 +261,7 @@ else TESTSUITE_OCTAVE="no" fi -if test "$BUILD_DYNAREPLUSPLUS" = "yes"; then +if test "x$ax_blas_ok" = "xyes" -a "x$ax_lapack_ok" = "xyes"; then TESTSUITE_DYNAREPLUSPLUS="yes" else TESTSUITE_DYNAREPLUSPLUS="no" -- GitLab