linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] build: increase check requirement to 0.9.6
@ 2012-01-06  1:07 Scott James Remnant
  2012-01-07 18:02 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Scott James Remnant @ 2012-01-06  1:07 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Scott James Remnant

ck_assert, used by unit/test-eir.c wasn't added to check until 0.9.6
---
 acinclude.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index 753b994..0aa1526 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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)
 ])
-- 
1.7.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] build: increase check requirement to 0.9.6
  2012-01-06  1:07 [PATCH] build: increase check requirement to 0.9.6 Scott James Remnant
@ 2012-01-07 18:02 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-01-07 18:02 UTC (permalink / raw)
  To: Scott James Remnant; +Cc: linux-bluetooth

Hi Scott,

On Thu, Jan 05, 2012, Scott James Remnant wrote:
> ck_assert, used by unit/test-eir.c wasn't added to check until 0.9.6
> ---
>  acinclude.m4 |    2 +-

Applied. Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-07 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-06  1:07 [PATCH] build: increase check requirement to 0.9.6 Scott James Remnant
2012-01-07 18:02 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).