* 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
This commit is contained in:
Derek Atkins
2006-06-14 00:34:16 +00:00
parent 488af225cc
commit b3a7e34a1e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-06-13 Derek Atkins <derek@ihtfp.com>
* configure.in: force-enable hbci if the user enables mt940
2006-06-13 David Hampton <hampton@employees.org> 2006-06-13 David Hampton <hampton@employees.org>
* src/quotes/gnc-fq-helper.in: Tell gnucash that a currency quote * src/quotes/gnc-fq-helper.in: Tell gnucash that a currency quote

View File

@@ -785,7 +785,8 @@ AC_SUBST(OFX_DIR)
AC_ARG_ENABLE( mt940, AC_ARG_ENABLE( mt940,
[ --enable-mt940 compile with MT940 support (needs --enable-hbci)], [ --enable-mt940 compile with MT940 support (needs --enable-hbci)],
if test "x$enableval" != "xno" ; then if test "x$enableval" != "xno" ; then
MT940_DIR=mt940 MT940_DIR=mt940 ;
HBCI_DIR=hbci ;
fi) fi)
if test x${MT940_DIR} = xmt940 ; if test x${MT940_DIR} = xmt940 ;
then then