linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] Include check to readline lib on acinlude.m4
@ 2011-01-27 19:08 Sheldon Demario
  2011-01-27 19:08 ` [PATCH 2/6] Add an interactive mode to gatttool Sheldon Demario
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sheldon Demario @ 2011-01-27 19:08 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Sheldon Demario

---
 acinclude.m4 |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index ecf4b4b..f27d4eb 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -153,6 +153,13 @@ AC_DEFUN([AC_PATH_SNDFILE], [
 	AC_SUBST(SNDFILE_LIBS)
 ])
 
+AC_DEFUN([AC_PATH_READLINE], [
+	AC_CHECK_LIB(readline, main,
+		[ readline_found=yes
+		 AC_SUBST(READLINE_LIBS, "-lreadline")
+		], readline_found=no)
+])
+
 AC_DEFUN([AC_PATH_OUI], [
 	AC_ARG_WITH(ouifile,
 		    AS_HELP_STRING([--with-ouifile=PATH],[Path to the oui.txt file @<:@auto@:>@]),
-- 
1.7.1


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

end of thread, other threads:[~2011-01-31 17:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-27 19:08 [PATCH 1/6] Include check to readline lib on acinlude.m4 Sheldon Demario
2011-01-27 19:08 ` [PATCH 2/6] Add an interactive mode to gatttool Sheldon Demario
2011-01-27 19:08 ` [PATCH 3/6] Add support to primary services discover on interactive mode in gatttool Sheldon Demario
2011-01-27 19:09 ` [PATCH 4/6] Add support to characteristics read " Sheldon Demario
2011-01-27 19:09 ` [PATCH 5/6] Add support to char descriptor discover " Sheldon Demario
2011-01-27 19:09 ` [PATCH 6/6] Add support to change uuid " Sheldon Demario
2011-01-28  5:37 ` [PATCH 1/6] Include check to readline lib on acinlude.m4 Ville Tervo
2011-01-31 17:23 ` [PATCH 1/6 v2] " Sheldon Demario

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).