[Gnucash-changes] r13930 - gnucash/trunk - Can't use external qof until it supports "alternate dirty mode".

David Hampton hampton at cvs.gnucash.org
Sat May 6 10:53:23 EDT 2006


Author: hampton
Date: 2006-05-06 10:53:22 -0400 (Sat, 06 May 2006)
New Revision: 13930
Trac: http://svn.gnucash.org/trac/changeset/13930

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
Log:
Can't use external qof until it supports "alternate dirty mode".


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-06 07:55:37 UTC (rev 13929)
+++ gnucash/trunk/ChangeLog	2006-05-06 14:53:22 UTC (rev 13930)
@@ -1,5 +1,8 @@
 2006-05-06  David Hampton  <hampton at employees.org>
 
+	* configure.in: Can't use external qof until it supports
+	"alternate dirty mode".
+
 	* src/gnome-utils/dialog-commodity.c:
 	* src/engine/gnc-lot.[ch]:
 	* src/engine/gnc-commodity.[ch]:

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-05-06 07:55:37 UTC (rev 13929)
+++ gnucash/trunk/configure.in	2006-05-06 14:53:22 UTC (rev 13930)
@@ -438,6 +438,8 @@
 
 # GnuCash builds without deprecated QOF code so needs latest version.
 QOF_REQUIRED=0.6.4
+# Can't use external qof until it supports "alternate dirty mode"
+QOF_REQUIRED=99.99.99
 if test "$gnc_enable_qof" = true ; then
   AC_MSG_CHECKING([for QOF, version >= $QOF_REQUIRED])
   if test "$gnc_with_qof" != "yes"; then



More information about the gnucash-changes mailing list