mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user