[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_5-47-g661c80f

Pierre Biava nobody at users.sourceforge.net
Wed Jan 4 22:11:52 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, master has been updated
       via  661c80fd58dd30c4e8da6a612b3b20a764e44504 (commit)
      from  22e9e4370aed367fba26ec5c913e3950185c5da7 (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 661c80fd58dd30c4e8da6a612b3b20a764e44504
Author: pbiava <pierre.biava at nerim.net>
Date:   Wed Jan 4 22:04:08 2012 +0100

    Fixes the bug 1432 correctly

-----------------------------------------------------------------------

Changes:
diff --git a/configure.in b/configure.in
index 65fed73..b89c49a 100644
--- a/configure.in
+++ b/configure.in
@@ -172,9 +172,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 >= 0.7], 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