[Gnucash-changes] r13925 - gnucash/trunk - Bump the version number for setting the GNOME_DISABLE_DEPRECATED flag.

David Hampton hampton at cvs.gnucash.org
Fri May 5 21:27:41 EDT 2006


Author: hampton
Date: 2006-05-05 21:27:40 -0400 (Fri, 05 May 2006)
New Revision: 13925
Trac: http://svn.gnucash.org/trac/changeset/13925

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
Bump the version number for setting the GNOME_DISABLE_DEPRECATED flag.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-05 13:02:30 UTC (rev 13924)
+++ gnucash/trunk/ChangeLog	2006-05-06 01:27:40 UTC (rev 13925)
@@ -1,3 +1,8 @@
+2006-05-05  David Hampton  <hampton at employees.org>
+
+	* configure.in: Bump the version number for setting the
+	GNOME_DISABLE_DEPRECATED flag.
+
 2006-05-02  David Hampton  <hampton at employees.org>
 
 	* src/backend/postgres/price.c:

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-05-05 13:02:30 UTC (rev 13924)
+++ gnucash/trunk/configure.in	2006-05-06 01:27:40 UTC (rev 13925)
@@ -1015,8 +1015,8 @@
     AC_SUBST(GNOME_CFLAGS)
     AC_SUBST(GNOME_LIBS)
 
-    AC_MSG_CHECKING([for untested GNOME versions (libgnome > 2.13.7)])
-    if $PKG_CONFIG 'libgnome-2.0 > 2.13.7'
+    AC_MSG_CHECKING([for untested GNOME versions (libgnome > 2.14)])
+    if $PKG_CONFIG 'libgnome-2.0 > 2.14'
     then
       AC_MSG_RESULT(yes)
       HAVE_UNTESTED_GNOME=yes



More information about the gnucash-changes mailing list