Can't use external qof until it supports "alternate dirty mode".

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13930 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-05-06 14:53:22 +00:00
parent e3301dde28
commit f455c29dc8
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2006-05-06 David Hampton <hampton@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]:

View File

@ -438,6 +438,8 @@ AC_ARG_WITH(qof, [ --with-qof=path prefix for Query Object Framework
# 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