Skip to content
Snippets Groups Projects
Commit fd565fa0 authored by sebastien's avatar sebastien
Browse files

Build system: minor fix

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2936 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 203a5258
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ fi
if test "x$ax_matlab_version_ok" = "xyes" -a "x$ax_mexopts_ok" = "xyes"; then
BUILD_MEX_MATLAB="yes"
else
BUILD_MEX_MATLAB="no"
BUILD_MEX_MATLAB="no (missing MATLAB, or unknown version, or unknown architecture)"
fi
if test "x$OCTAVE" != "x"; then
......@@ -218,7 +218,7 @@ fi
if test "$BUILD_DYNAREPLUSPLUS" = "yes"; then
TESTSUITE_DYNAREPLUSPLUS="yes"
else
TESTSUITE_DYNAREPLUSPLUS="no (no MATLAB, or unknown version, or unknown architecture)"
TESTSUITE_DYNAREPLUSPLUS="no"
fi
AC_MSG_NOTICE([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment