# HG changeset patch # User Elliott Sales de Andrade # Date 1266283075 0 # Node ID 4608d460024e4fa43db2d46bb8698fc5a7891f26 # Parent 667806b1f3591afb6ad1089338c71a76513cb1f0 The GLib requirement is 2.12.0, not 2.4.0. Sorry for the re-configure. diff -r 667806b1f359 -r 4608d460024e configure.ac --- a/configure.ac Tue Feb 16 00:50:34 2010 +0000 +++ b/configure.ac Tue Feb 16 01:17:55 2010 +0000 @@ -316,7 +316,7 @@ AC_MSG_RESULT(no) AC_MSG_ERROR([ -You must have GLib 2.4.0 or newer development headers installed to build. +You must have GLib 2.12.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.