Skip to content

Commit

Permalink
[build] Don't fail when passed --disable-lcov and lcov isn't available
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Nov 5, 2017
1 parent 2f959a5 commit 223a4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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],
Expand Down

0 comments on commit 223a4aa

Please sign in to comment.