2002-12-07 Christian Stimming <stimming@tuhh.de>

* configure.in: Require openhbci 0.9.4 for HBCI version choosing.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7651 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2002-12-08 00:24:29 +00:00
parent eb868d71d5
commit e9406191ed
2 changed files with 3 additions and 1 deletions

View File

@@ -70,6 +70,8 @@
2002-12-07 Christian Stimming <stimming@tuhh.de>
* configure.in: Require openhbci 0.9.4 for HBCI version choosing.
* src/import-export/import-backend.c: Fix adding the balancing
split.

View File

@@ -500,7 +500,7 @@ AC_ARG_ENABLE( hbci,
HBCI_DIR=hbci)
if test x${HBCI_DIR} = xhbci ;
then
AM_PATH_OPENHBCI(0.9.3)
AM_PATH_OPENHBCI(0.9.4)
HBCI_LIBS="${OPENHBCI_LIBS}"
HBCI_CFLAGS="${OPENHBCI_CXXFLAGS}"