Minimal MATLAB requirement is 7.0

time-shift
Sébastien Villemot 2012-09-11 12:31:16 +02:00
parent 2d66c68301
commit be93274112
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ AC_REQUIRE([AX_MATLAB_ARCH])
AC_REQUIRE([AX_MATLAB_VERSION])
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])