From bc8658b9de8c0e3ed3a11c5b72eefdc5d2f8ba8c Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Wed, 19 Dec 2012 12:25:32 +0300 Subject: [PATCH] Increase version of Check utility to 0.9.8 Signed-off-by: Slava Zanko --- m4.include/mc-tests.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4.include/mc-tests.m4 b/m4.include/mc-tests.m4 index 184f1ce4e..cc6fc6763 100644 --- a/m4.include/mc-tests.m4 +++ b/m4.include/mc-tests.m4 @@ -17,7 +17,7 @@ AC_DEFUN([MC_UNIT_TESTS],[ if test x$enable_tests != xno; then PKG_CHECK_MODULES( CHECK, - [check >= 0.9.0], + [check >= 0.9.8], [have_check=yes], [AC_MSG_WARN(['Check' utility not found. Check your environment])]) fi -- 2.11.4.GIT