From b3a7e34a1ee1c382ef57e67f906bfc38142ca2fa Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Wed, 14 Jun 2006 00:34:16 +0000 Subject: [PATCH] * configure.in: force-enable hbci if the user enables mt940 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14360 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ configure.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a47152eeff..b2e3f56c83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Derek Atkins + + * configure.in: force-enable hbci if the user enables mt940 + 2006-06-13 David Hampton * src/quotes/gnc-fq-helper.in: Tell gnucash that a currency quote diff --git a/configure.in b/configure.in index 2c6ffb2c2f..c75337b106 100644 --- a/configure.in +++ b/configure.in @@ -785,7 +785,8 @@ AC_SUBST(OFX_DIR) AC_ARG_ENABLE( mt940, [ --enable-mt940 compile with MT940 support (needs --enable-hbci)], if test "x$enableval" != "xno" ; then - MT940_DIR=mt940 + MT940_DIR=mt940 ; + HBCI_DIR=hbci ; fi) if test x${MT940_DIR} = xmt940 ; then