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

Minimal MATLAB requirement is 7.0

parent 2d66c683
No related merge requests found
...@@ -22,7 +22,7 @@ AC_REQUIRE([AX_MATLAB_ARCH]) ...@@ -22,7 +22,7 @@ AC_REQUIRE([AX_MATLAB_ARCH])
AC_REQUIRE([AX_MATLAB_VERSION]) AC_REQUIRE([AX_MATLAB_VERSION])
AC_REQUIRE([AC_PROG_SED]) AC_REQUIRE([AC_PROG_SED])
AX_COMPARE_VERSION([$MATLAB_VERSION], [lt], [6.5], [AC_MSG_ERROR([Your MATLAB is too old, please upgrade to 6.5 (R13) at least.])]) AX_COMPARE_VERSION([$MATLAB_VERSION], [lt], [7.0], [AC_MSG_ERROR([Your MATLAB is too old, please upgrade to 7.0 (R14) at least.])])
AC_MSG_CHECKING([for options to compile MEX for MATLAB]) AC_MSG_CHECKING([for options to compile MEX for MATLAB])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment