diff --git a/configure.ac b/configure.ac index 29bc5a1bf..29203871c 100644 --- a/configure.ac +++ b/configure.ac @@ -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)