[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnash-commit
Subject:    [Gnash-commit] buildbot success in Gnash on lenny-linux-x86
From:       buildbot () gnashdev ! org
Date:       2011-10-31 2:13:23
Message-ID: 201110310213.p9V2DNXw031852 () mx1 ! gnashdev ! org
[Download RAW message or body]

[Attachment #2 (text/plain)]

The Buildbot has detected a restored build on builder lenny-linux-x86 while building Gnash.
Full details are available at:
 http://gnashdev.org:8010/builders/lenny-linux-x86/builds/636

Buildbot URL: http://gnashdev.org:8010/

Buildslave for this Build: lenny-linux-i386

Build Reason: 'try' job
Build Source Stamp: [branch master] HEAD (plus patch)
Blamelist: 

Build succeeded!

sincerely,
 -The Buildbot




["source patch 0" (text/plain)]

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


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-commit


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic