diff options
| author | fanquake <[email protected]> | 2017-11-05 14:10:33 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2017-11-05 14:10:33 +0800 |
| commit | 223a4aabd3681817f3ced5b2441a6b44fcf29c4e (patch) | |
| tree | a9f24aa78fe17692a4c2e4fab8bb32d14c5a8b0b | |
| parent | Merge #11560: Connect to a new outbound peer if our tip is stale (diff) | |
| download | discoin-223a4aabd3681817f3ced5b2441a6b44fcf29c4e.tar.xz discoin-223a4aabd3681817f3ced5b2441a6b44fcf29c4e.zip | |
[build] Don't fail when passed --disable-lcov and lcov isn't available
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 81c84a8af..e3718166f 100644 --- a/configure.ac +++ b/configure.ac @@ -162,7 +162,7 @@ AC_ARG_ENABLE([ccache], AC_ARG_ENABLE([lcov], [AS_HELP_STRING([--enable-lcov], [enable lcov testing (default is no)])], - [use_lcov=yes], + [use_lcov=$enableval], [use_lcov=no]) AC_ARG_ENABLE([lcov-branch-coverage], |