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. 277d8f08c1c7b02d1563


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 277d8f08c1c7b02d156322ecc878d4dd1ad9e46e
Date: Mon, 06 Dec 2010 10:55:10 +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  277d8f08c1c7b02d156322ecc878d4dd1ad9e46e (commit)
      from  b3304de31e3ac7826d819a7542de380526beabe7 (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=277d8f08c1c7b02d156322ecc878d4dd1ad9e46e


commit 277d8f08c1c7b02d156322ecc878d4dd1ad9e46e
Author: Gabriele Giacone <address@hidden>
Date:   Mon Dec 6 11:39:29 2010 +0100

    fix kde4 prefix

diff --git a/macros/kde4.m4 b/macros/kde4.m4
index 4caffcf..152aac9 100644
--- a/macros/kde4.m4
+++ b/macros/kde4.m4
@@ -170,7 +170,9 @@ AC_DEFUN([GNASH_PATH_KDE4],
     AC_CACHE_VAL(ac_cv_path_kde4_prefix,[
       dnl if the user specified a path, sanity check it and then use it
       if test x"${with_kde4_prefix}" != x; then
-          ac_cv_path_kde4_prefix="`(cd ${with_kde4_prefix}; pwd)`"
+        ac_cv_path_kde4_prefix="`(cd ${with_kde4_prefix}; pwd)`"
+      else
+        ac_cv_path_kde4_prefix=${kde4_prefix}
       fi
     ])                  dnl end of cache ac_cv_path_kde4_prefix
 

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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