/srv/mercurial-server/detachablepurple: 8a079f021176: configure'...

Gilles Bedel gillux at cpw.pidgin.im
Fri Jun 15 22:01:33 EDT 2012


Changeset: 8a079f0211769f102414ba5e1d3d7fe71ca693e0
Author:	 Gilles Bedel <gillux at cpw.pidgin.im>
Date:	 2012-05-12 19:18 +0000
Branch:	 cpw.gillux.detachablepurple
URL: http://hg.pidgin.im/srv/mercurial-server/detachablepurple/rev/8a079f021176

Description:

configure's script now requires at least glib 2.26.0.
This version is where all the gdbus code were introduced.

diffstat:

 configure.ac |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -328,11 +328,11 @@
 dnl #######################################################################
 dnl # Check for GLib 2.16 (required)
 dnl #######################################################################
-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16.0 gobject-2.0 gmodule-2.0 gthread-2.0 gio-2.0], , [
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.26.0 gobject-2.0 gmodule-2.0 gthread-2.0 gio-2.0], , [
 	AC_MSG_RESULT(no)
 	AC_MSG_ERROR([
 
-You must have GLib 2.16.0 or newer development headers installed to build.
+You must have GLib 2.26.0 or newer development headers installed to build.
 
 If you have these installed already you may need to install pkg-config so
 I can find them.



More information about the Commits mailing list