aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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""],