[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_9-7-gd41caea
Pierre Biava
nobody at users.sourceforge.net
Wed Jan 4 22:11:27 CET 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".
The branch, grisbi-0.8.x has been updated
via d41caeab05bb36c5a7ee193237e19c4c9fe7c6fd (commit)
from 559ac5940c7cc2bafb06d447e054004385a8bf90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d41caeab05bb36c5a7ee193237e19c4c9fe7c6fd
Author: pbiava <pierre.biava at nerim.net>
Date: Wed Jan 4 22:08:44 2012 +0100
Fixes the bug 1432 correctly
-----------------------------------------------------------------------
Changes:
diff --git a/configure.in b/configure.in
index b4bce76..b0aa2ea 100644
--- a/configure.in
+++ b/configure.in
@@ -173,9 +173,9 @@ dnl Check for libofx
dnl ================================================================
AC_ARG_WITH(ofx,
- AS_HELP_STRING([--without-ofx],[build grisbi without ofx support (default=no)]),
- [build_ofx=$withval]
- [build_ofx=no])
+ AS_HELP_STRING([--with-ofx],[build grisbi with ofx support (default=auto)]),
+ [build_ofx=$withval],
+ [build_ofx=auto])
PKG_CHECK_MODULES(LIBOFX, [libofx], have_ofx=yes, have_ofx=no)
if test "$build_ofx" = yes -a "$with_ofx" = no; then
hooks/post-receive
--
grisbi
More information about the cvs
mailing list