aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-09-20 14:40:35 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-09-20 14:40:35 +0200
commit81a412cb235a4fd1e769f2275ee3e30cec7b46db (patch)
treebfe9656f45d8ea12e9d564dc8f3eb1381082babd
parent79fc31a1359be83deb0c375285aa1b3a33ed9b8c (diff)
downloadhardware_replicant_libsamsung-ipc-replicant-6.0.tar.gz
hardware_replicant_libsamsung-ipc-replicant-6.0.tar.bz2
hardware_replicant_libsamsung-ipc-replicant-6.0.zip
configure.ac: fix lcov detectionHEADreplicant-6.0mastermain
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 64d6e2b..501a386 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ AM_CONDITIONAL( [WANT_CODE_COVERAGE], [test x"$code_coverage_tests" = x"yes"])
AS_IF([test x"$code_coverage_tests" = x"yes"],
[AC_CHECK_PROG([CODE_COVERAGE], [lcov], [lcov])
AS_IF(
- [test x"$VALGRIND" = x""],
+ [test x"$CODE_COVERAGE" = x""],
[AC_MSG_ERROR(
[code coverage tests are enabled but lcov was not found in PATH ($PATH)])])])