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. 7e8fac19d3b130e13179


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 7e8fac19d3b130e13179570e9fbe90aa85d4317f
Date: Thu, 11 Nov 2010 15:37: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  7e8fac19d3b130e13179570e9fbe90aa85d4317f (commit)
      from  4f7cb1c40eeeb0080c261300c2ceb5b9c107a728 (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=7e8fac19d3b130e13179570e9fbe90aa85d4317f


commit 7e8fac19d3b130e13179570e9fbe90aa85d4317f
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 11 08:37:26 2010 -0700

    fix typo in test

diff --git a/configure.ac b/configure.ac
index f765be8..4d1880d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -831,7 +831,7 @@ AC_ARG_ENABLE(media,
 )
 
 dnl If no render is selected, and media handling isn't disabled, them enable 
gst
-if test x${build_media_none} = xno -a x${build_media_gst} = xno -a 
yesx${build_media_none} = xno; then
+if test x${build_media_none} = xno -a x${build_media_gst} = xno -a 
x${build_media_none} = xno; then
   build_media_gst=yes
 fi
 

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

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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