[Gnucash-changes] r13748 - gnucash/trunk - QOF 0.6.4 requirement

Neil Williams codehelp at cvs.gnucash.org
Fri Apr 7 14:50:45 EDT 2006


Author: codehelp
Date: 2006-04-07 14:50:45 -0400 (Fri, 07 Apr 2006)
New Revision: 13748
Trac: http://svn.gnucash.org/trac/changeset/13748

Modified:
   gnucash/trunk/configure.in
Log:
QOF 0.6.4 requirement

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-04-07 18:50:08 UTC (rev 13747)
+++ gnucash/trunk/configure.in	2006-04-07 18:50:45 UTC (rev 13748)
@@ -422,7 +422,7 @@
 
 dnl XXX: FIXME: RELEASE HACK
 dnl This makes sure that we default to using internal QOF for SVN.
-dnl Make sure to enable this be default for stable releases!
+dnl Make sure to enable this to be the default for stable releases!
 dnl
 AC_ARG_ENABLE(qof,
   [  --enable-qof     enable the search for an external QOF library (disabled)],
@@ -436,8 +436,8 @@
 AC_ARG_WITH(qof, [  --with-qof=path           prefix for Query Object Framework - QOF (auto)],
 	[gnc_with_qof=$withval], [gnc_with_qof=yes])
 
-# bug fixes in QOF mean gnucash runs best with 0.6.3
-QOF_REQUIRED=0.6.3
+# GnuCash builds without deprecated QOF code so needs latest version.
+QOF_REQUIRED=0.6.4
 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