Skip to content

Commit 223a4aa

Browse files
committed
[build] Don't fail when passed --disable-lcov and lcov isn't available
1 parent 2f959a5 commit 223a4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ AC_ARG_ENABLE([ccache],
162162
AC_ARG_ENABLE([lcov],
163163
[AS_HELP_STRING([--enable-lcov],
164164
[enable lcov testing (default is no)])],
165-
[use_lcov=yes],
165+
[use_lcov=$enableval],
166166
[use_lcov=no])
167167

168168
AC_ARG_ENABLE([lcov-branch-coverage],

0 commit comments

Comments
 (0)