Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Changing required GLIB version in acinclude.m4
@ 2011-02-02 20:04 ankushbansal89
  2011-02-03  8:46 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 4+ messages in thread
From: ankushbansal89 @ 2011-02-02 20:04 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ankush Bansal

From: Ankush Bansal <ankushbansal89@gmail.com>

---
 acinclude.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index ecf4b4b..9d3f6b2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -108,8 +108,8 @@ AC_DEFUN([AC_PATH_DBUS], [
 ])
 
 AC_DEFUN([AC_PATH_GLIB], [
-	PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.14, dummy=yes,
-				AC_MSG_ERROR(GLib library version 2.14 or later is required))
+	PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.16, dummy=yes,
+				AC_MSG_ERROR(GLib library version 2.16 or later is required))
 	AC_SUBST(GLIB_CFLAGS)
 	AC_SUBST(GLIB_LIBS)
 ])
-- 
1.7.1


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

end of thread, other threads:[~2011-02-04  5:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 20:04 [PATCH] Changing required GLIB version in acinclude.m4 ankushbansal89
2011-02-03  8:46 ` Luiz Augusto von Dentz
2011-02-03 20:04   ` Gustavo F. Padovan
2011-02-04  5:01     ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox