[grisbi-cvs] [git push]Grisbi branch master updated. upstream_version_1_1_1-226-g356f5e7

Ludovic Rousseau noreply at sourceforge.net
Sun Nov 17 23:37:41 CET 2013


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  356f5e7ef1951f5f3958586cb5acc17f50eef107 (commit)
      from  2f81f845d62b58ccfe86cd15e33568d43dbb4899 (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 -----------------------------------------------------------------
http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit 356f5e7ef1951f5f3958586cb5acc17f50eef107
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Sun Nov 17 22:56:56 2013 +0100

    Check for gdk-3.0 instead of gdk-2.0 on Mac OS X
    
    Since configure.ac is using gtk+-3.0 is should also check for gdk-3.0.

diff --git a/configure.ac b/configure.ac
index 732ce55..b052d37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -247,7 +247,7 @@ AM_CONDITIONAL(PLATFORM_OSX, test "$platform_osx" = "yes")
 if test "x$platform_osx" = xyes; then
   AC_DEFINE([OS_OSX],[1],[Defined if system is Mac OS X])
   dnl check for native osx
-  gdk_windowing=`$PKG_CONFIG --variable=target gdk-2.0`
+  gdk_windowing=`$PKG_CONFIG --variable=targets gdk-3.0`
   AC_MSG_CHECKING([for GDK-Quartz])
 
   if test "x$gdk_windowing" = xquartz; then

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

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Grisbi


More information about the cvs mailing list