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. 29738fa9e97660ace33b


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 29738fa9e97660ace33b32301d614cc85b643e26
Date: Thu, 23 Dec 2010 08:13:59 +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  29738fa9e97660ace33b32301d614cc85b643e26 (commit)
      from  c43c9394a849d458b86b5c55096ac49d09cdbb19 (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=29738fa9e97660ace33b32301d614cc85b643e26


commit 29738fa9e97660ace33b32301d614cc85b643e26
Author: Gabriele Giacone <address@hidden>
Date:   Thu Dec 23 00:35:39 2010 +0100

    Add /usr/lib64/kde4/devel to search kde4 lib path

diff --git a/macros/kde4.m4 b/macros/kde4.m4
index eb22e58..5f866fd 100644
--- a/macros/kde4.m4
+++ b/macros/kde4.m4
@@ -138,7 +138,7 @@ AC_DEFUN([GNASH_PATH_KDE4],
       if test x"${ac_cv_path_kde4_lib}" = x; then
         AC_MSG_CHECKING([for kdeui library])
         kde4_topdir=
-        for i in ${kde4_prefix}/lib64 ${kde4_prefix}/lib $libslist 
/usr/lib/kde4/devel; do
+        for i in ${kde4_prefix}/lib64 ${kde4_prefix}/lib $libslist 
/usr/lib/kde4/devel /usr/lib64/kde4/devel; do
           if test -f $i/libkdeui.${shlibext} -o -f $i/libkdeui.la; then
             kde4_topdir=$i
             AC_MSG_RESULT(${kde4_topdir}/libkdeui)

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

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]