mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01: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