2.9 counts as 2.10

master
Yevgen Muntyan 2006-03-25 03:38:45 -06:00
parent 76e307a88a
commit e7e4efd0f1
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ AC_DEFUN([_MOO_CHECK_VERSION],[
fi
done
if test $[]$1[]_MINOR_VERSION -ge 9; then
eval moo_ver_2_10=yes
fi
AC_MSG_RESULT($[]$1[]_MAJOR_VERSION.$[]$1[]_MINOR_VERSION.$[]$1[]_MICRO_VERSION)
fi