[Gnucash-changes] Downgrade glib dependency to 2.4.0 (which is what FC3 distributes).

Derek Atkins warlord at cvs.gnucash.org
Sat Apr 16 15:05:50 EDT 2005


Log Message:
-----------
Downgrade glib dependency to 2.4.0 (which is what FC3 distributes).

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
        configure.in

Revision Data
-------------
Index: configure.in
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/configure.in,v
retrieving revision 1.359.2.43
retrieving revision 1.359.2.44
diff -Lconfigure.in -Lconfigure.in -u -r1.359.2.43 -r1.359.2.44
--- configure.in
+++ configure.in
@@ -103,8 +103,8 @@
   AC_MSG_ERROR([Cannot find ltdl.h -- libtool-devel not installed?])
 fi
 
-AM_PATH_GLIB_2_0(2.6.0,,AC_MSG_ERROR([
-*** GLIB >= 2.6 is required to build Gnucash; please make sure you have the
+AM_PATH_GLIB_2_0(2.4.0,,AC_MSG_ERROR([
+*** GLIB >= 2.4 is required to build Gnucash; please make sure you have the
 *** development headers installed. The latest version of GLIB is
 *** always available at ftp://ftp.gnome.org/pub/gnome/sources/glib/.]),
 	gthread gobject)
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.191
retrieving revision 1.1487.2.192
diff -LChangeLog -LChangeLog -u -r1.1487.2.191 -r1.1487.2.192
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2005-04-16  Derek Atkins <derek at ihtfp.com>
+
+	* configure.in: Downgrade glib dep to 2.4.0 so it builds on FC3.
+
 2005-04-16  David Hampton  <hampton at employees.org>
 
 	* lots of file: Switch from a requirement of Gtk-2.2 to Gtk-2.4.


More information about the gnucash-changes mailing list