mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-10 23:27:54 +00:00
[build] Don't fail when passed --disable-lcov and lcov isn't available
This commit is contained in:
parent
2f959a5874
commit
223a4aabd3
@ -162,7 +162,7 @@ AC_ARG_ENABLE([ccache],
|
|||||||
AC_ARG_ENABLE([lcov],
|
AC_ARG_ENABLE([lcov],
|
||||||
[AS_HELP_STRING([--enable-lcov],
|
[AS_HELP_STRING([--enable-lcov],
|
||||||
[enable lcov testing (default is no)])],
|
[enable lcov testing (default is no)])],
|
||||||
[use_lcov=yes],
|
[use_lcov=$enableval],
|
||||||
[use_lcov=no])
|
[use_lcov=no])
|
||||||
|
|
||||||
AC_ARG_ENABLE([lcov-branch-coverage],
|
AC_ARG_ENABLE([lcov-branch-coverage],
|
||||||
|
Loading…
Reference in New Issue
Block a user