Signed-off-by: Denis 'GNUtoo' Carikli <gnu...@cyberdimension.org>
---
 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""],
-- 
2.41.0

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to