From f455c29dc884dce9857f7c99159972386ea9a9f8 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Sat, 6 May 2006 14:53:22 +0000 Subject: [PATCH] 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 --- ChangeLog | 3 +++ configure.in | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4c6aa1c4fa..7ec41eea50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-05-06 David Hampton + * 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]: diff --git a/configure.in b/configure.in index aafdc2b1fc..4a576f2309 100644 --- a/configure.in +++ b/configure.in @@ -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