mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Increase aqbanking dependency to >= 1.6.0; has been released on 2005-09-22
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14710 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
07d8db0f55
commit
9238bdaa29
@ -842,8 +842,8 @@ if test x${MT940_DIR} = xmt940 ;
|
||||
then
|
||||
AC_MSG_WARN([MT940 importing support is enabled but is totally experimental!])
|
||||
PKG_CHECK_MODULES(HBCI, aqbanking >= "1.3.0", [], [
|
||||
# aqbanking-1.3.0 was released on 2005-08-11
|
||||
AC_AQBANKING(1,3,0)
|
||||
# aqbanking-1.6.0 was released on 2005-09-22
|
||||
AC_AQBANKING(1,6,0)
|
||||
if test x${have_aqbanking} != xyes;
|
||||
then
|
||||
AC_MSG_ERROR([Could not find aqbanking. If you use --enable-mt940, you *have* to enable aqbanking.])
|
||||
@ -870,8 +870,9 @@ AC_ARG_ENABLE( hbci,
|
||||
if test x${HBCI_DIR} = xhbci ;
|
||||
then
|
||||
# Check for Aqbanking library
|
||||
PKG_CHECK_MODULES(HBCI, aqbanking >= "1.0.0", [], [
|
||||
AC_AQBANKING(1,0,0)
|
||||
# aqbanking-1.6.0 was released on 2005-09-22
|
||||
PKG_CHECK_MODULES(HBCI, aqbanking >= "1.6.0", [], [
|
||||
AC_AQBANKING(1,6,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