mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
@@ -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>
|
||||
|
||||
* src/quotes/gnc-fq-helper.in: Tell gnucash that a currency quote
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user