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-1225-g12e801f
Date: Mon, 31 Oct 2011 02:07:03 +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  12e801f6b8d0b36fe600a2f13c110729403f5d64 (commit)
      from  cf48addf23b8651555de03e3eebfb32ec572b9cc (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=12e801f6b8d0b36fe600a2f13c110729403f5d64


commit 12e801f6b8d0b36fe600a2f13c110729403f5d64
Author: Gabriele Giacone <address@hidden>
Date:   Mon Oct 31 03:04:24 2011 +0100

    qt4 fix for lenny build.

diff --git a/macros/qt4.m4 b/macros/qt4.m4
index 0e6d978..c67c727 100644
--- a/macros/qt4.m4
+++ b/macros/qt4.m4
@@ -66,11 +66,11 @@ 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
-          if ${PKG_CONFIG} --exists $i; then
-            ac_cv_path_qt4_incl="`$PKG_CONFIG --cflags-only-I $i`"
-          fi
-        done
+        if ${PKG_CONFIG} --exists QtOpenGL; then
+          ac_cv_path_qt4_incl="`$PKG_CONFIG --cflags-only-I QtCore QtGui 
QtOpenGL`"
+        else
+          ac_cv_path_qt4_incl="`$PKG_CONFIG --cflags-only-I QtCore QtGui`"
+        fi
        gnash_qt4_topdir=`echo "${ac_cv_path_qt4_incl}"`
       fi
     fi

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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