[Gnucash-changes] r13125 - gnucash/trunk - Allowing gnucash to build on a vanilla FC3 install

Neil Williams codehelp at cvs.gnucash.org
Sun Feb 5 15:59:36 EST 2006


Author: codehelp
Date: 2006-02-05 15:59:36 -0500 (Sun, 05 Feb 2006)
New Revision: 13125
Trac: http://svn.gnucash.org/trac/changeset/13125

Modified:
   gnucash/trunk/configure.in
Log:
Allowing gnucash to build on a vanilla FC3 install

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-02-05 20:38:46 UTC (rev 13124)
+++ gnucash/trunk/configure.in	2006-02-05 20:59:36 UTC (rev 13125)
@@ -925,15 +925,15 @@
 dnl *****************************
 #	libgsf-1		>= 1.12.2
 goffice_reqs="
-	glib-2.0		>= 2.4.8
-	gobject-2.0		>= 2.4.8
-	gmodule-2.0		>= 2.4.8
+	glib-2.0		>= 2.4.7
+	gobject-2.0		>= 2.4.7
+	gmodule-2.0		>= 2.4.7
 	libxml-2.0		>= 2.4.12
 	pango			>= 1.6.0
 	pangoft2		>= 1.6.0
 "
 goffice_gtk_reqs="
-	gtk+-2.0		>= 2.4.14
+	gtk+-2.0		>= 2.4.13
 	libglade-2.0		>= 2.3.6
 	libgnomeprint-2.2	>= 2.8.0
 	libart-2.0		>= 2.3.11
@@ -2064,7 +2064,6 @@
 
 chmod u+x ${srcdir}/src/gnc-test-env
 chmod u+x ${srcdir}/src/bin/generate-gnc-script
-chmod u+x ${srcdir}/src/bin/overrides/gnucash-run-script
 chmod u+x ${srcdir}/src/bin/overrides/gnucash-make-guids
 
 ### --------------------------------------------------------------------------



More information about the gnucash-changes mailing list