[grisbi-cvs] [SCM] grisbi branch, grisbi-gtk3, updated. grisbi_gtk3_1_3_0-4-geaac2c1

Pierre Biava nobody at users.sourceforge.net
Wed Jan 4 22:11:40 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-gtk3 has been updated
       via  eaac2c1b9313c0ec741de2aff40d88721d139134 (commit)
      from  113a0f24ac66923623cdaa5e896ff8c52e671ff1 (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 eaac2c1b9313c0ec741de2aff40d88721d139134
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 88f79c9..f677bae 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