2.9 counts as 2.10

This commit is contained in:
Yevgen Muntyan 2006-05-04 22:40:11 -05:00
parent 9eb235e14f
commit f941692070

View File

@ -26,6 +26,11 @@ AC_DEFUN([_MOO_CHECK_VERSION],[
fi fi
done done
# 2.9 counts as 2.10
if test $[]$1[]_MINOR_VERSION -ge 9; then
moo_ver_2_10=yes
fi
AC_MSG_RESULT($[]$1[]_MAJOR_VERSION.$[]$1[]_MINOR_VERSION.$[]$1[]_MICRO_VERSION) AC_MSG_RESULT($[]$1[]_MAJOR_VERSION.$[]$1[]_MINOR_VERSION.$[]$1[]_MICRO_VERSION)
fi fi