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: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-300-g9785b16
Date: Sat, 19 Mar 2011 12:41:35 +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  9785b161ffe0ee39e4901a2611562acd145ce03e (commit)
      from  491ca6c758cdf5c84317569a1740b34f80db6af7 (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=9785b161ffe0ee39e4901a2611562acd145ce03e


commit 9785b161ffe0ee39e4901a2611562acd145ce03e
Author: Bastiaan Jacques <address@hidden>
Date:   Sat Mar 19 13:41:05 2011 +0100

    Fix typo. Bug #32849.

diff --git a/macros/kde4.m4 b/macros/kde4.m4
index 80ad76b..53368cf 100644
--- a/macros/kde4.m4
+++ b/macros/kde4.m4
@@ -139,7 +139,7 @@ AC_DEFUN([GNASH_PATH_KDE4],
         AC_MSG_CHECKING([for kdeui library])
         kde4_topdir=
         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
+          if test -f $i/libkdeui.${shlibext} -o -f $i/libkdeui.a; then
             kde4_topdir=$i
             AC_MSG_RESULT(${kde4_topdir}/libkdeui)
                  if test ! x"$i" = x"/usr/lib" -a ! x"$i" = x"/usr/lib64"; then

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

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]