Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3783 from erwinvaneijk/fix_lcov_version
Browse files Browse the repository at this point in the history
fix lcov support
  • Loading branch information
orestisfl committed Sep 3, 2019
2 parents 0e73396 + 1e4ffca commit cfb74c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/ax_code_coverage.m4
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ AC_DEFUN([AX_CODE_COVERAGE],[
])
# List of supported lcov versions.
lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11 1.12"
lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13"
AC_CHECK_PROG([LCOV], [lcov], [lcov])
AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])
Expand Down

0 comments on commit cfb74c0

Please sign in to comment.