From: Scott James Remnant <keybuk@chromium.org>
To: linux-bluetooth@vger.kernel.org
Cc: Scott James Remnant <keybuk@chromium.org>
Subject: [PATCH] build: increase check requirement to 0.9.6
Date: Thu, 5 Jan 2012 17:07:11 -0800 [thread overview]
Message-ID: <1325812031-28953-1-git-send-email-keybuk@chromium.org> (raw)
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
next reply other threads:[~2012-01-06 1:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-06 1:07 Scott James Remnant [this message]
2012-01-07 18:02 ` [PATCH] build: increase check requirement to 0.9.6 Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1325812031-28953-1-git-send-email-keybuk@chromium.org \
--to=keybuk@chromium.org \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).