mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user