r20500 - gnucash/trunk - Slightly lower the requirements from r20489 again so that the windows build builds.

Christian Stimming cstim at code.gnucash.org
Mon Mar 28 14:51:23 EDT 2011


Author: cstim
Date: 2011-03-28 14:51:22 -0400 (Mon, 28 Mar 2011)
New Revision: 20500
Trac: http://svn.gnucash.org/trac/changeset/20500

Modified:
   gnucash/trunk/configure.ac
Log:
Slightly lower the requirements from r20489 again so that the windows build builds.

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2011-03-28 15:58:00 UTC (rev 20499)
+++ gnucash/trunk/configure.ac	2011-03-28 18:51:22 UTC (rev 20500)
@@ -874,7 +874,7 @@
   AC_SUBST(GTK_CFLAGS)
   AC_SUBST(GTK_LIBS)
 
-  PKG_CHECK_MODULES(GNOME, libgnomeui-2.0 >= 2.24)
+  PKG_CHECK_MODULES(GNOME, libgnomeui-2.0 >= 2.22)
   AS_SCRUB_INCLUDE(GNOME_CFLAGS)
   AC_SUBST(GNOME_CFLAGS)
   AC_SUBST(GNOME_LIBS)



More information about the gnucash-changes mailing list