[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_4-91-ga9f0434

NIEL Gérald nobody at users.sourceforge.net
Fri Oct 14 21:15:17 CEST 2011


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  a9f0434cb106c8897df36d4156427d0a00708427 (commit)
      from  1a42d21fe913d9142b361535baa645cba89e8de1 (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 a9f0434cb106c8897df36d4156427d0a00708427
Author: Gérald Niel <gerald at grisbi.org>
Date:   Fri Oct 14 21:14:33 2011 +0200

    Fix typo.

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

Changes:
diff --git a/configure.in b/configure.in
index 7fe7d4a..3e2f35f 100644
--- a/configure.in
+++ b/configure.in
@@ -178,7 +178,7 @@ AC_ARG_WITH(ofx,
 
 PKG_CHECK_MODULES(LIBOFX, [libofx >= 0.7], have_ofx=yes, have_ofx=no)
 if test "$build_ofx" = yes -a "$with_ofx" = no; then
-	AC_MSG_ERROR([Ofx support was requested bug libofx could not be found.])
+	AC_MSG_ERROR([Ofx support was requested but libofx could not be found.])
 fi
 if test "$build_ofx" != no; then
 	build_ofx=$have_ofx


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list