r15351 - gnucash/trunk - For enabled hbci, link not only to aqbanking but also gwenhywfar because we use some of its functions directly. This became obvious on win32.

Christian Stimming cstim at cvs.gnucash.org
Sat Jan 13 10:40:05 EST 2007


Author: cstim
Date: 2007-01-13 10:40:03 -0500 (Sat, 13 Jan 2007)
New Revision: 15351
Trac: http://svn.gnucash.org/trac/changeset/15351

Modified:
   gnucash/trunk/configure.in
Log:
For enabled hbci, link not only to aqbanking but also gwenhywfar because we use some of its functions directly. This became obvious on win32.

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2007-01-13 00:42:09 UTC (rev 15350)
+++ gnucash/trunk/configure.in	2007-01-13 15:40:03 UTC (rev 15351)
@@ -806,7 +806,7 @@
 then
     # Check for Aqbanking library
     # aqbanking-1.6.0 was released on 2005-09-22
-    PKG_CHECK_MODULES(HBCI, aqbanking >= "1.6.0", [], [
+    PKG_CHECK_MODULES(HBCI, aqbanking >= "1.6.0" gwenhywfar, [], [
       AC_AQBANKING(1,6,0)
       if test x${have_aqbanking} != xyes; 
       then



More information about the gnucash-changes mailing list