gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1219-g024b510
Date: Sun, 30 Oct 2011 00:41:50 +0000

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 "Gnash".

The branch, master has been updated
       via  024b510a1abc43d1b4acb93cff2696280cfb7603 (commit)
      from  65c8cb051f290ad684d14249ea5d59b82f525b16 (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://git.savannah.gnu.org/cgit//commit/?id=024b510a1abc43d1b4acb93cff2696280cfb7603


commit 024b510a1abc43d1b4acb93cff2696280cfb7603
Author: Gabriele Giacone <address@hidden>
Date:   Sun Oct 30 02:35:39 2011 +0200

    Another qt4 w/o opengl fix.

diff --git a/macros/qt4.m4 b/macros/qt4.m4
index f353b75..0e6d978 100644
--- a/macros/qt4.m4
+++ b/macros/qt4.m4
@@ -66,9 +66,9 @@ dnl     fi
      AC_MSG_CHECKING([for QT 4.x headers])
     if test x$cross_compiling = xno; then
       if test x"${PKG_CONFIG}" != x -a x"${ac_cv_path_qt4_incl}" = x; then
-        for i in "QtCore QtGui QtOpenGL"; do
+        for i in QtCore QtGui QtOpenGL; do
           if ${PKG_CONFIG} --exists $i; then
-            ac_cv_path_qt4_incl="${ac_cv_path_qt4_incl} `$PKG_CONFIG 
--cflags-only-I $i`"
+            ac_cv_path_qt4_incl="`$PKG_CONFIG --cflags-only-I $i`"
           fi
         done
        gnash_qt4_topdir=`echo "${ac_cv_path_qt4_incl}"`

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

Summary of changes:
 macros/qt4.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]