cpw.gillux.detachablepurple: 0bb8c07e: configure's script now requires at least...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Sat May 12 16:56:35 EDT 2012


----------------------------------------------------------------------
Revision: 0bb8c07e9fe6742e151e3d11630220ceaf51858e
Parent:   50866305d7e4092ce798271faba01b25f53ea33f
Author:   gillux at soc.pidgin.im
Date:     05/12/12 15:18:43
Branch:   im.pidgin.cpw.gillux.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/0bb8c07e9fe6742e151e3d11630220ceaf51858e

Changelog: 

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

Changes against parent 50866305d7e4092ce798271faba01b25f53ea33f

  patched  configure.ac

-------------- next part --------------
============================================================
--- configure.ac	1b779d19c273f81ffc2340729ce4e24450bc8e1b
+++ configure.ac	5a7cdf773518ec69bb8001107cbdac1ff9df80dd
@@ -328,11 +328,11 @@ dnl ####################################
 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