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. 02a52b3859703db999ed


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 02a52b3859703db999edaaa10529274a29082172
Date: Mon, 27 Sep 2010 09:36:29 +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  02a52b3859703db999edaaa10529274a29082172 (commit)
      from  c22769f0ab28ceed5763a73a46fbb6829f2b6ee8 (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=02a52b3859703db999edaaa10529274a29082172


commit 02a52b3859703db999edaaa10529274a29082172
Author: Benjamin Wolsey <address@hidden>
Date:   Mon Sep 27 11:35:43 2010 +0200

    Don't allow AVM2 option because it will fail to compile.

diff --git a/configure.ac b/configure.ac
index 8c8d985..60fe17b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1383,18 +1383,19 @@ AC_SUBST(SOLDIR)
 dnl --------------------------------------------------------
 dnl AVM2
 dnl --------------------------------------------------------
-AC_ARG_ENABLE(avm2,
-  AC_HELP_STRING([--enable-avm2], [Enable support for AS3]),
-  [case "${enableval}" in
-    yes) avm2=yes ;;
-    no)  avm2=no ;;
-    *)   AC_MSG_ERROR([bad value ${enableval} for enable-avm2 option]) ;;
-  esac], avm2=no
-)
-AM_CONDITIONAL(ENABLE_AVM2, [test x"$avm2" = xyes])
-if test x$avm2 = xyes; then
-    AC_DEFINE(ENABLE_AVM2, [1], [Enable AVM2 code])
-fi
+dnl AC_ARG_ENABLE(avm2,
+dnl   AC_HELP_STRING([--enable-avm2], [Enable support for AS3]),
+dnl   [case "${enableval}" in
+dnl     yes) avm2=yes ;;
+dnl     no)  avm2=no ;;
+dnl     *)   AC_MSG_ERROR([bad value ${enableval} for enable-avm2 option]) ;;
+dnl   esac], avm2=no
+dnl )
+dnl AM_CONDITIONAL(ENABLE_AVM2, [test x"$avm2" = xyes])
+dnl if test x$avm2 = xyes; then
+dnl     AC_DEFINE(ENABLE_AVM2, [1], [Enable AVM2 code])
+dnl fi
+AM_CONDITIONAL(ENABLE_AVM2, false)
 
 dnl This option is only used if you want Gnash to interwork with 
 dnl the Adobe player using the LocalConnection class.

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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