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_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-56-g6462a0b
Date: Sun, 13 Feb 2011 17:59:53 +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  6462a0b7b0d51acbbe0a36c34819bf973438e563 (commit)
      from  948172996108176d96451ee57d6f26ca0cdc41bd (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=6462a0b7b0d51acbbe0a36c34819bf973438e563


commit 6462a0b7b0d51acbbe0a36c34819bf973438e563
Author: Hicham HAOUARI <address@hidden>
Date:   Sun Feb 13 17:51:29 2011 +0000

    Add a check to shared libkdeui

diff --git a/macros/kde4.m4 b/macros/kde4.m4
index 5f866fd..40383cc 100644
--- a/macros/kde4.m4
+++ b/macros/kde4.m4
@@ -129,7 +129,7 @@ AC_DEFUN([GNASH_PATH_KDE4],
     dnl Look for the libraries
     AC_CACHE_VAL(ac_cv_path_kde4_lib, [
       if test x"${with_kde4_lib}" != x ; then
-        if test -f ${with_kde4_lib}/libkdeui.la; then
+        if test -f ${with_kde4_lib}/libkdeui.la -o -f 
${with_kde4_lib}/libkdeui.${shlibext}; then
                ac_cv_path_kde4_lib="-L`(cd ${with_kde4_lib}; pwd)`"
         else
                AC_MSG_ERROR([${with_kde4_lib} directory doesn't contain KDE 
4.x libraries.])

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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