[Gnucash-changes] r13934 - gnucash/trunk - Really bump the version number for setting the GNOME_DISABLE_DEPRECATED flag.

David Hampton hampton at cvs.gnucash.org
Sat May 6 19:01:36 EDT 2006


Author: hampton
Date: 2006-05-06 19:01:36 -0400 (Sat, 06 May 2006)
New Revision: 13934
Trac: http://svn.gnucash.org/trac/changeset/13934

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

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-05-06 22:26:50 UTC (rev 13933)
+++ gnucash/trunk/configure.in	2006-05-06 23:01:36 UTC (rev 13934)
@@ -1017,8 +1017,8 @@
     AC_SUBST(GNOME_CFLAGS)
     AC_SUBST(GNOME_LIBS)
 
-    AC_MSG_CHECKING([for untested GNOME versions (libgnome > 2.14)])
-    if $PKG_CONFIG 'libgnome-2.0 > 2.14'
+    AC_MSG_CHECKING([for untested GNOME versions (libgnome >= 2.15.0)])
+    if $PKG_CONFIG 'libgnome-2.0 >= 2.15.0'
     then
       AC_MSG_RESULT(yes)
       HAVE_UNTESTED_GNOME=yes



More information about the gnucash-changes mailing list