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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-263-ga3fe428
Date: Thu, 14 Apr 2011 19:44:24 +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  a3fe4282d23219f5a4e071aba84ca16173069239 (commit)
      from  66a4323197e75066d9d478b0ffb737a78fd6aa74 (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=a3fe4282d23219f5a4e071aba84ca16173069239


commit a3fe4282d23219f5a4e071aba84ca16173069239
Author: Sandro Santilli <address@hidden>
Date:   Thu Apr 14 21:33:37 2011 +0200

    Look for qxembed.h (used) rather than kapp.h or kapplication.h (unused) to 
tell if we're good to go kde3 with gui.

diff --git a/macros/kde3.m4 b/macros/kde3.m4
index ae55ffe..0b47509 100644
--- a/macros/kde3.m4
+++ b/macros/kde3.m4
@@ -25,8 +25,8 @@ AC_DEFUN([GNASH_PATH_KDE3],
              with_kde3_incl=${withval})
   dnl make sure the path is a useable one
   if test x"${with_kde3_incl}" != x ; then
-    if test ! -f ${with_kde3_incl}/kapp.h ; then
-      AC_MSG_ERROR([${with_kde3_incl} directory doesn't contain any KDE 3.x 
headers])
+    if test ! -f ${with_kde3_incl}/qxembed.h ; then
+      AC_MSG_ERROR([${with_kde3_incl} directory doesn't contain qxembed.h 
headers])
     fi
   fi
 
@@ -85,7 +85,7 @@ AC_DEFUN([GNASH_PATH_KDE3],
     AC_CACHE_VAL(ac_cv_path_kde3_incl,[
       dnl if the user specified a path, sanity check it and then use it
       if test x"${with_kde3_incl}" != x; then
-        if test -f ${with_kde3_incl}/kapp.h; then
+        if test -f ${with_kde3_incl}/qxembed.h; then
           ac_cv_path_kde3_incl="-I`(cd ${with_kde3_incl}; pwd)`"
         fi
       fi
@@ -95,12 +95,12 @@ AC_DEFUN([GNASH_PATH_KDE3],
         AC_MSG_CHECKING([for KDE 3.x header path])
         dnl incllist is inherited from configure.ac, and lives in /macros
         for i in ${kde3_prefix}/include ${incllist}; do 
-         if test -f $i/kde/kapplication.h; then
+         if test -f $i/kde/qxembed.h; then
             ac_cv_path_kde3_incl="-I$i/kde"
             kde3_prefix=`dirname $i`
             break
           fi
-          if test -f $i/kapplication.h; then
+          if test -f $i/qxembed.h; then
             ac_cv_path_kde3_incl="-I$i"
             kde3_prefix=`dirname $i`
             break
@@ -114,7 +114,7 @@ AC_DEFUN([GNASH_PATH_KDE3],
         if test x${cross_compiling} = xno; then
           dnl if no headers have been found yet, make a last ditch
           dnl attempt to use the compiler to find them.
-          AC_CHECK_HEADERS(kde/kapplication.h, [ac_cv_path_kde3_incl=""])
+          AC_CHECK_HEADERS(kde/qxembed.h, [ac_cv_path_kde3_incl=""])
         fi
       fi
     ])                  dnl end of cache ac_cv_path_kde3_incl

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

Summary of changes:
 macros/kde3.m4 |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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