[Gnucash-changes] r14360 - gnucash/trunk - * configure.in: force-enable hbci if the user enables mt940
Derek Atkins
warlord at cvs.gnucash.org
Tue Jun 13 20:34:16 EDT 2006
Author: warlord
Date: 2006-06-13 20:34:16 -0400 (Tue, 13 Jun 2006)
New Revision: 14360
Trac: http://svn.gnucash.org/trac/changeset/14360
Modified:
gnucash/trunk/ChangeLog
gnucash/trunk/configure.in
Log:
* configure.in: force-enable hbci if the user enables mt940
Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog 2006-06-14 00:04:59 UTC (rev 14359)
+++ gnucash/trunk/ChangeLog 2006-06-14 00:34:16 UTC (rev 14360)
@@ -1,3 +1,7 @@
+2006-06-13 Derek Atkins <derek at ihtfp.com>
+
+ * configure.in: force-enable hbci if the user enables mt940
+
2006-06-13 David Hampton <hampton at employees.org>
* src/quotes/gnc-fq-helper.in: Tell gnucash that a currency quote
Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in 2006-06-14 00:04:59 UTC (rev 14359)
+++ gnucash/trunk/configure.in 2006-06-14 00:34:16 UTC (rev 14360)
@@ -785,7 +785,8 @@
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
More information about the gnucash-changes
mailing list