r14510 - gnucash/branches/2.0 - Pull down one change from r14497 to fix a broken test (#347607).

Derek Atkins warlord at cvs.gnucash.org
Sat Jul 15 12:19:21 EDT 2006


Author: warlord
Date: 2006-07-15 12:19:21 -0400 (Sat, 15 Jul 2006)
New Revision: 14510
Trac: http://svn.gnucash.org/trac/changeset/14510

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/configure.in
Log:
Pull down one change from r14497 to fix a broken test (#347607).
(manually changed, not merged.  See the bug report for rationale).



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:12855
   + d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:12857

Modified: gnucash/branches/2.0/configure.in
===================================================================
--- gnucash/branches/2.0/configure.in	2006-07-15 15:56:15 UTC (rev 14509)
+++ gnucash/branches/2.0/configure.in	2006-07-15 16:19:21 UTC (rev 14510)
@@ -715,7 +715,7 @@
 	# This is libofx >= 0.7.x
 	AC_MSG_RESULT([found ${LIBOFX_VERSION}])
     else
-        if x${want_ofx} = xyes ; then
+        if test x${want_ofx} = xyes ; then
 	    AC_MSG_ERROR([found ${LIBOFX_VERSION}; Libofx 0.7.0 or newer needed for ofx support])
         else
 	    AC_MSG_RESULT([found ${LIBOFX_VERSION}; Libofx 0.7.0 or newer needed for ofx support])



More information about the gnucash-changes mailing list