From 79fc31a1359be83deb0c375285aa1b3a33ed9b8c Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 20 Sep 2023 14:34:20 +0200 Subject: configure.ac: fix typo with code_coverage_tests variable Signed-off-by: Denis 'GNUtoo' Carikli --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2c24e89..64d6e2b 100644 --- a/configure.ac +++ b/configure.ac @@ -91,7 +91,7 @@ AC_ARG_ENABLE( AM_CONDITIONAL( [WANT_CODE_COVERAGE], [test x"$code_coverage_tests" = x"yes"]) -AS_IF([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""], -- cgit v1.2.3