diff --git a/ChangeLog b/ChangeLog index ffaf9f105f..61f40312c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-29 Christian Stimming + + * configure.in: OpenHBCI version 0.9.11 is required now. Earlier + versions cause a segfault with any recent OpenSSL. + 2003-05-29 Derek Atkins * src/gnome-utils/gnc-query-list.c: the query headers were restructured diff --git a/configure.in b/configure.in index 7b906fccef..e672a4c9ee 100644 --- a/configure.in +++ b/configure.in @@ -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}"