mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 19:40:37 +01:00
build: symbol ck_assert_ptr_ne requires check-0.9.10
openSUSE 12.3 ships with check-0.9.9 and subsequently fails to build the tests. Change the call to look for check >= 0.9.10 where that symbol is available. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
This commit is contained in:
parent
6c33e3d379
commit
99ccc0d47a
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ AC_ARG_ENABLE(tests,
|
|||
[build_tests="$enableval"],
|
||||
[build_tests="auto"])
|
||||
|
||||
PKG_CHECK_MODULES(CHECK, [check >= 0.9.9], [HAVE_CHECK="yes"], [HAVE_CHECK="no"])
|
||||
PKG_CHECK_MODULES(CHECK, [check >= 0.9.10], [HAVE_CHECK="yes"], [HAVE_CHECK="no"])
|
||||
|
||||
if test "x$build_tests" = "xauto"; then
|
||||
build_tests="$HAVE_CHECK"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue