[Gnucash-changes] r12821 - gnucash/trunk - allowing external QOF to work when specifically enabled for testing

Neil Williams codehelp at cvs.gnucash.org
Tue Jan 17 09:24:50 EST 2006


Author: codehelp
Date: 2006-01-17 09:24:49 -0500 (Tue, 17 Jan 2006)
New Revision: 12821
Trac: http://svn.gnucash.org/trac/changeset/12821

Modified:
   gnucash/trunk/configure.in
Log:
allowing external QOF to work when specifically enabled for testing

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-01-17 14:14:06 UTC (rev 12820)
+++ gnucash/trunk/configure.in	2006-01-17 14:24:49 UTC (rev 12821)
@@ -423,7 +423,7 @@
 AC_ARG_WITH(qof, [  --with-qof=path           prefix for Query Object Framework - QOF (auto)])
 
 QOF_REQUIRED=0.6.0
-if test "$gnc_enable_qof" = yes ; then
+if test "$gnc_enable_qof" = true ; then
   AC_MSG_CHECKING([for QOF, version >= $QOF_REQUIRED])
   if test "$withval" != "yes"; then
         QOF=`$PKG_CONFIG --silence-errors --exists '$withval/lib/pkgconfig/qof-1.pc >= $QOF_REQUIRED'`



More information about the gnucash-changes mailing list