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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-324-g60da047
Date: Tue, 22 Mar 2011 14:02:49 +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  60da047a208114bd6886fafcf6990a10a31dda03 (commit)
      from  66632d85cd75d33fc1d78e21d8a64fceba9a40f0 (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=60da047a208114bd6886fafcf6990a10a31dda03


commit 60da047a208114bd6886fafcf6990a10a31dda03
Author: Sandro Santilli <address@hidden>
Date:   Tue Mar 22 15:02:00 2011 +0100

    Do not advertise existance of non-existent gles renderer (single-line 
change))

diff --git a/configure.ac b/configure.ac
index a5cdb4a..97a53ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -807,7 +807,7 @@ build_cairo=yes
 renderer_list="AGG Cairo"
 nrender=3
 AC_ARG_ENABLE(renderer,
-  AC_HELP_STRING([--enable-renderer=], [Enable support for the specified 
renderers (ogl|gles|cairo|agg|all, default=all)]),
+  AC_HELP_STRING([--enable-renderer=], [Enable support for the specified 
renderers (ogl|cairo|agg|all, default=all)]),
   if test -n ${enableval}; then
     if test "x${enableval}" != "xno" -o "x${enableval}" != "xnone" ; then
       renderer_list="none"

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

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]