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


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1443-g27da938
Date: Sat, 17 Mar 2012 16:41:06 +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  27da93812de1648a2f52c27689a1bfb94224187d (commit)
      from  67551e3abab8f1e262587a2e59f44614adf84789 (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=27da93812de1648a2f52c27689a1bfb94224187d


commit 27da93812de1648a2f52c27689a1bfb94224187d
Author: Rob Savoye <address@hidden>
Date:   Sat Mar 17 10:40:46 2012 -0600

    fix --with-kde4-plugindir with patch, bug #35675

diff --git a/macros/kde4.m4 b/macros/kde4.m4
index 5d9ce10..ba3db4a 100644
--- a/macros/kde4.m4
+++ b/macros/kde4.m4
@@ -49,7 +49,7 @@ AC_DEFUN([GNASH_PATH_KDE4],
              [Directory to install KDE 4.x plugin in]),
              with_kde4_plugindir=${withval})
   if test x"${with_kde4_plugindir}" != x ; then 
-    if test ! -d ${with_kde4_plugindir}/imageformats; then
+    if test ! -d ${with_kde4_plugindir}/plugins; then
       AC_MSG_ERROR([${with_kde4_plugindir} directory doesn't contain any KDE 
4.x plugins!])
     fi
   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]