Add 1.10 as a valid lcov version

https://bugzilla.gnome.org/show_bug.cgi?id=728177
This commit is contained in:
Vadim Rutkovsky 2014-04-14 09:02:05 -04:00
parent 3517c11c9b
commit b2e8bbe9e9

View File

@ -1036,7 +1036,7 @@ AS_IF([test "x$use_gcov" = "xyes"],
AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
fi
ltp_version_list="1.6 1.7 1.8 1.9"
ltp_version_list="1.6 1.7 1.8 1.9 1.10"
AC_CHECK_PROG(LTP, lcov, lcov)
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)