AUDIT: r17703 - gnucash/trunk/src/import-export/aqbanking - Fix libaqbanking4 version number range.
Christian Stimming
cstim at cvs.gnucash.org
Sun Nov 16 15:49:15 EST 2008
Author: cstim
Date: 2008-11-16 15:49:15 -0500 (Sun, 16 Nov 2008)
New Revision: 17703
Trac: http://svn.gnucash.org/trac/changeset/17703
Modified:
gnucash/trunk/src/import-export/aqbanking/gnc-ab-utils.h
Log:
Fix libaqbanking4 version number range.
Patch by David Reiser. Needed in addition to r17620.
BP
Modified: gnucash/trunk/src/import-export/aqbanking/gnc-ab-utils.h
===================================================================
--- gnucash/trunk/src/import-export/aqbanking/gnc-ab-utils.h 2008-11-15 21:41:56 UTC (rev 17702)
+++ gnucash/trunk/src/import-export/aqbanking/gnc-ab-utils.h 2008-11-16 20:49:15 UTC (rev 17703)
@@ -43,7 +43,7 @@
#if (AQBANKING_VERSION_MAJOR > 3) || \
((AQBANKING_VERSION_MAJOR == 3) && \
- (AQBANKING_VERSION_MINOR == 9))
+ (AQBANKING_VERSION_MINOR >= 9))
/** Defined if libaqbanking4 as opposed to libaqbanking3 is being used */
# define AQBANKING_VERSION_4_PLUS
#endif
More information about the gnucash-changes
mailing list