2003-05-29 Christian Stimming <stimming@tuhh.de>

* configure.in: OpenHBCI version 0.9.11 is required now. Earlier
	versions cause a segfault with any recent OpenSSL.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8447 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2003-05-29 11:28:49 +00:00
parent 16815af8c2
commit e437df37be
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-29 Christian Stimming <stimming@tuhh.de>
* configure.in: OpenHBCI version 0.9.11 is required now. Earlier
versions cause a segfault with any recent OpenSSL.
2003-05-29 Derek Atkins <derek@ihtfp.com>
* src/gnome-utils/gnc-query-list.c: the query headers were restructured

View File

@ -545,7 +545,7 @@ AC_ARG_ENABLE( hbci,
fi)
if test x${HBCI_DIR} = xhbci ;
then
AM_PATH_OPENHBCI(0.9.6)
AM_PATH_OPENHBCI(0.9.11)
HBCI_LIBS="${OPENHBCI_LIBS}"
HBCI_CFLAGS="${OPENHBCI_CFLAGS}"