gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/avm2 r9740: always enable avm2 in this bra


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9740: always enable avm2 in this branch.
Date: Sat, 16 May 2009 11:04:07 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 9740
committer: address@hidden
branch nick: avm2
timestamp: Sat 2009-05-16 11:04:07 -0600
message:
  always enable avm2 in this branch.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-05-15 03:20:50 +0000
+++ b/configure.ac      2009-05-16 17:04:07 +0000
@@ -214,18 +214,8 @@
 SOLDIR=${soldir}
 AC_SUBST(SOLDIR)
 
-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
+AM_CONDITIONAL(ENABLE_AVM2, [true])
+AC_DEFINE(ENABLE_AVM2, [1], [Enable AVM2 code])
 
 dnl lckey=0xdd3adabd
 AC_ARG_WITH(lckey,


reply via email to

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