mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Increase version of Check utility to 0.9.8
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
076e53550d
commit
bc8658b9de
@ -17,7 +17,7 @@ AC_DEFUN([MC_UNIT_TESTS],[
|
|||||||
if test x$enable_tests != xno; then
|
if test x$enable_tests != xno; then
|
||||||
PKG_CHECK_MODULES(
|
PKG_CHECK_MODULES(
|
||||||
CHECK,
|
CHECK,
|
||||||
[check >= 0.9.0],
|
[check >= 0.9.8],
|
||||||
[have_check=yes],
|
[have_check=yes],
|
||||||
[AC_MSG_WARN(['Check' utility not found. Check your environment])])
|
[AC_MSG_WARN(['Check' utility not found. Check your environment])])
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user