We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150cc28 commit fb5ced7Copy full SHA for fb5ced7
configure.ac
@@ -57,7 +57,7 @@ fi
57
AM_CONDITIONAL([COVERAGE], [test "$have_coverage" = "yes"])
58
59
AS_IF([test "$enable_tests" != "no"], [
60
- PKG_CHECK_MODULES([CHECK], [check >= 0.9])
+ PKG_CHECK_MODULES([CHECK], [check >= 0.9.12])
61
AC_PATH_PROG([have_valgrind], [valgrind])
62
AS_IF([test -z "${have_valgrind}"], [
63
AC_MSG_ERROR([Must have valgrind installed to run functional tests])
0 commit comments