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:
Christian Stimming 2006-08-22 19:26:10 +00:00
parent 07d8db0f55
commit 9238bdaa29

View File

@ -842,8 +842,8 @@ if test x${MT940_DIR} = xmt940 ;
then then
AC_MSG_WARN([MT940 importing support is enabled but is totally experimental!]) AC_MSG_WARN([MT940 importing support is enabled but is totally experimental!])
PKG_CHECK_MODULES(HBCI, aqbanking >= "1.3.0", [], [ PKG_CHECK_MODULES(HBCI, aqbanking >= "1.3.0", [], [
# aqbanking-1.3.0 was released on 2005-08-11 # aqbanking-1.6.0 was released on 2005-09-22
AC_AQBANKING(1,3,0) AC_AQBANKING(1,6,0)
if test x${have_aqbanking} != xyes; if test x${have_aqbanking} != xyes;
then then
AC_MSG_ERROR([Could not find aqbanking. If you use --enable-mt940, you *have* to enable aqbanking.]) 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 ; if test x${HBCI_DIR} = xhbci ;
then then
# Check for Aqbanking library # Check for Aqbanking library
PKG_CHECK_MODULES(HBCI, aqbanking >= "1.0.0", [], [ # aqbanking-1.6.0 was released on 2005-09-22
AC_AQBANKING(1,0,0) PKG_CHECK_MODULES(HBCI, aqbanking >= "1.6.0", [], [
AC_AQBANKING(1,6,0)
if test x${have_aqbanking} != xyes; if test x${have_aqbanking} != xyes;
then then
AC_MSG_ERROR([Could not find aqbanking. If you use --enable-hbci, you *have* to enable aqbanking.]) AC_MSG_ERROR([Could not find aqbanking. If you use --enable-hbci, you *have* to enable aqbanking.])