r23332 - gnucash/trunk - Configure: don't list ofx twice in selected components
Geert Janssens
gjanssens at code.gnucash.org
Fri Oct 25 15:03:26 EDT 2013
Author: gjanssens
Date: 2013-10-25 15:03:25 -0400 (Fri, 25 Oct 2013)
New Revision: 23332
Trac: http://svn.gnucash.org/trac/changeset/23332
Modified:
gnucash/trunk/configure.ac
Log:
Configure: don't list ofx twice in selected components
Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac 2013-10-25 19:03:00 UTC (rev 23331)
+++ gnucash/trunk/configure.ac 2013-10-25 19:03:25 UTC (rev 23332)
@@ -681,7 +681,6 @@
if test x${want_ofx} != xno ; then
PKG_CHECK_MODULES(LIBOFX, libofx, [have_ofx="yes"], [ have_ofx="no" ])
- _COMPONENTS="$_COMPONENTS ofx"
fi
if test x${want_ofx} = xyes && test x${have_ofx} = xno; then
More information about the gnucash-changes
mailing list