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: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-98-gdd8c882
Date: Sun, 20 Feb 2011 19:53:23 +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  dd8c8828b74062646954606167e81402209e709a (commit)
      from  22f922dffa643bdf2ab56e513fd06d964aeec299 (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=dd8c8828b74062646954606167e81402209e709a


commit dd8c8828b74062646954606167e81402209e709a
Author: Gabriele Giacone <address@hidden>
Date:   Sun Feb 20 20:46:50 2011 +0100

    /usr/lib64 on redhat derivatives only

diff --git a/macros/kde4.m4 b/macros/kde4.m4
index 8b16768..b12be17 100644
--- a/macros/kde4.m4
+++ b/macros/kde4.m4
@@ -194,7 +194,7 @@ AC_DEFUN([GNASH_PATH_KDE4],
     if test x"${with_kde4_plugindir}" != x ; then 
       KDE4_PLUGINDIR="${with_kde4_plugindir}"
     else
-      if test -d ${KDE4_PREFIX}/lib64 -a ! -h ${KDE4_PREFIX}/lib64; then
+      if test -d ${KDE4_PREFIX}/lib64 -a -f /etc/redhat-release; then
         KDE4_PLUGINDIR="${KDE4_PREFIX}/lib64/kde4"
       else
         KDE4_PLUGINDIR="${KDE4_PREFIX}/lib/kde4"

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

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]