mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 23:10:06 +01:00
Require check 0.9.9
0.9.9 is the first released version with fixed ck_assert_* macros that don't do multiple expansion. http://sourceforge.net/p/check/code/596/ Reported-by: Martin Minarik <minarik11@student.fiit.stuba.sk> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
37a69d5675
commit
7421760eae
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ if test "x$lt_cv_prog_gnu_ld" = "xyes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKG_PROG_PKG_CONFIG()
|
PKG_PROG_PKG_CONFIG()
|
||||||
PKG_CHECK_MODULES(CHECK, [check], [HAVE_CHECK="yes"], [HAVE_CHECK="no"])
|
PKG_CHECK_MODULES(CHECK, [check >= 0.9.9], [HAVE_CHECK="yes"], [HAVE_CHECK="no"])
|
||||||
if test "x$HAVE_CHECK" != "xyes"; then
|
if test "x$HAVE_CHECK" != "xyes"; then
|
||||||
AC_MSG_WARN([check not found - skipping building unit tests])
|
AC_MSG_WARN([check not found - skipping building unit tests])
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue