mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert r12998 -- we only require aqbanking-1.0.0
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13001 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3ab99cab85
commit
62275638c8
@ -1,3 +1,10 @@
|
||||
2006-01-28 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* configure.in: Revert aqbanking dependency. We still stick to
|
||||
1.0.0 because a) FC3 has AQBANKING 1.0.x, b) We can't find an
|
||||
AQBANKING 1.3 tarball -- the earliest we can find is 1.6, c)
|
||||
AQBANKING 1.6 doesn't build on FC3 because of dependencies
|
||||
|
||||
2006-01-28 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/business/business-core/file/gnc-owner-xml-v2.c:
|
||||
|
@ -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,3,0)
|
||||
AC_AQBANKING(1,0,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,3,0)
|
||||
AC_AQBANKING(1,0,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.])
|
||||
|
Loading…
Reference in New Issue
Block a user