Skip to content
Snippets Groups Projects
Commit a8c58d36 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Build system: fix minor bug in display of configure script (Dynare++ testsuite...

Build system: fix minor bug in display of configure script (Dynare++ testsuite had incorrect information due to testing the wrong variable)
parent 5ccd2486
Branches
Tags
No related merge requests found
...@@ -261,7 +261,7 @@ else ...@@ -261,7 +261,7 @@ else
TESTSUITE_OCTAVE="no" TESTSUITE_OCTAVE="no"
fi fi
if test "$BUILD_DYNAREPLUSPLUS" = "yes"; then if test "x$ax_blas_ok" = "xyes" -a "x$ax_lapack_ok" = "xyes"; then
TESTSUITE_DYNAREPLUSPLUS="yes" TESTSUITE_DYNAREPLUSPLUS="yes"
else else
TESTSUITE_DYNAREPLUSPLUS="no" TESTSUITE_DYNAREPLUSPLUS="no"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment