Build system: fix minor bug in display of configure script (Dynare++ testsuite had incorrect information due to testing the wrong variable)

time-shift
Sébastien Villemot 2010-08-24 19:25:31 +02:00
parent 5ccd248622
commit a8c58d363d
1 changed files with 1 additions and 1 deletions

View File

@ -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"