Require aqbanking-1.3.0 for HBCI.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12998 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2006-01-28 12:30:43 +00:00
parent af574ecfa6
commit 021f9789c7
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2006-01-28 Christian Stimming <stimming@tuhh.de>
* configure.in: For HBCI, require aqbanking >= 1.3.0 (released
2005-08-11) since current aqbanking is beyond 1.9.x and those
really old versions had to deal with very different packaging
structure.
2006-01-27 David Hampton <hampton@employees.org>
* src/scm/printing/print-check.scm:

View File

@@ -1530,7 +1530,7 @@ AC_ARG_ENABLE( mt940,
if test x${MT940_DIR} = xmt940 ;
then
AC_MSG_ERROR([Sorry, MT940 support is currently broken since it depended on the hbci module with the old openhbci 0.9.x library. But the hbci module has now been ported to a new hbci library called aqbanking. That library contains a MT940 parser, too, so porting shouldnt be too difficult. Nevertheless someone needs to do the porting work before this can be enabled again.])
AC_AQBANKING(1,0,0)
AC_AQBANKING(1,3,0)
# Note: HBCI_LIBS is changed again below in the --enable-hbci
# section. So check for mt940 first and *not* the other way round!
HBCI_LIBS="${OPENHBCI_LIBS}"
@@ -1552,7 +1552,7 @@ AC_ARG_ENABLE( hbci,
if test x${HBCI_DIR} = xhbci ;
then
# Check for Aqbanking library
AC_AQBANKING(1,0,0)
AC_AQBANKING(1,3,0)
if test x${have_aqbanking} != xyes;
then
AC_MSG_ERROR([Could not find aqbanking. If you use --enable-hbci, you *have* to enable aqbanking.])