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. 8e59bd6afd8d4b0a2bba


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 8e59bd6afd8d4b0a2bba8225f699ac76a3bd8b8c
Date: Fri, 10 Dec 2010 23:47:20 +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  8e59bd6afd8d4b0a2bba8225f699ac76a3bd8b8c (commit)
      from  9b8a477507c7be04734990c92daa96f2c968e594 (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=8e59bd6afd8d4b0a2bba8225f699ac76a3bd8b8c


commit 8e59bd6afd8d4b0a2bba8225f699ac76a3bd8b8c
Author: Sandro Santilli <address@hidden>
Date:   Sat Dec 11 00:46:38 2010 +0100

    Evaluate ${prefix} later to avoid NONE

diff --git a/macros/kde4.m4 b/macros/kde4.m4
index 152aac9..eb22e58 100644
--- a/macros/kde4.m4
+++ b/macros/kde4.m4
@@ -186,7 +186,7 @@ AC_DEFUN([GNASH_PATH_KDE4],
           KDE4_PREFIX="${kde4_prefix}"
           ;;
         prefix)
-          KDE4_PREFIX="${prefix}"
+          KDE4_PREFIX="\${prefix}"
           ;;
       esac
     fi

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

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]