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