Merge branch 'master' into 'master'

Add new Linux Testing project version number to configure script

See merge request GNOME/glib!510
This commit is contained in:
Philip Withnall 2018-12-04 18:15:12 +00:00
commit 1ba843b8a0

View File

@ -2609,7 +2609,7 @@ AS_IF([ test "x$use_gcov" = "xyes"], [
AC_MSG_ERROR([ccache must be disabled when --enable-coverage 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 1.10 1.12"
ltp_version_list="1.6 1.7 1.8 1.9 1.10 1.12 1.13"
AC_CHECK_PROG(LTP, lcov, lcov)
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)