Hi Luiz, * Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> [2011-02-03 10:46:08 +0200]: > Hi, > > On Wed, Feb 2, 2011 at 10:04 PM, <ankushbansal89@xxxxxxxxx> wrote: > > From: Ankush Bansal <ankushbansal89@xxxxxxxxx> > > > > --- > > 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 > > Can you provide more details why this is needed, is there any new > function we are using which requires 2.16? It is g_strcmp0(), but it should be a good idea add this info to the commit message. -- Gustavo F. Padovan http://profusion.mobi -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html