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
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment