mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
e3301dde28
commit
f455c29dc8
@ -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]:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user