mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-24 21:33:27 +08:00
build: increase check requirement to 0.9.6
ck_assert, used by unit/test-eir.c wasn't added to check until 0.9.6
This commit is contained in:
parent
1a096265b3
commit
f0ef8ce2ea
@ -171,7 +171,7 @@ AC_DEFUN([AC_PATH_READLINE], [
|
||||
])
|
||||
|
||||
AC_DEFUN([AC_PATH_CHECK], [
|
||||
PKG_CHECK_MODULES(CHECK, check >= 0.9.4, check_found=yes, check_found=no)
|
||||
PKG_CHECK_MODULES(CHECK, check >= 0.9.6, check_found=yes, check_found=no)
|
||||
AC_SUBST(CHECK_CFLAGS)
|
||||
AC_SUBST(CHECK_LIBS)
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user