Build system: add support for R2010a

time-shift
Sébastien Villemot 2010-04-06 14:12:00 +02:00
parent 992dc1fb5d
commit 6f200a1d7c
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ AC_REQUIRE([AX_MATLAB])
AC_MSG_CHECKING([for MATLAB version])
if test "x$MATLAB_VERSION" != "x"; then
case $MATLAB_VERSION in
*2010a | *2010A)
MATLAB_VERSION="7.10"
;;
*2009b | *2009B)
MATLAB_VERSION="7.9"
;;