From 9c15542cfc8b592b473e04ee5aca98fa599c89b9 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 8 Nov 2004 20:01:50 +0000 Subject: [PATCH] Upgrade required aqbanking version number to the most recent required version. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@10328 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index f313418fe1..cc03cb89b1 100644 --- a/configure.in +++ b/configure.in @@ -520,16 +520,14 @@ AC_SUBST(OFX_DIR) ### -------------------------------------------------------------------------- ### HBCI AC_ARG_ENABLE( hbci, - [ --enable-hbci compile with HBCI support (needs OpenHBCI)], + [ --enable-hbci compile with HBCI support (needs AqBanking)], if test "x$enableval" != "xno" ; then HBCI_DIR=hbci fi) if test x${HBCI_DIR} = xhbci ; then - #AM_PATH_OPENHBCI2(1.9.0.8) - #HBCI_LIBS="${OPENHBCI_LIBS}" - #HBCI_CFLAGS="${OPENHBCI_CFLAGS}" - AC_AQBANKING(0,9,2) + # Check for Aqbanking library + AC_AQBANKING(0,9,8) if test x${have_aqbanking} != xyes; then AC_MSG_ERROR([Could not find aqbanking. If you use --enable-hbci, you *have* to enable aqbanking.])