gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10829: add aos4 to the list of supp


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10829: add aos4 to the list of supported guis.
Date: Thu, 23 Apr 2009 10:19:23 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10829
committer: address@hidden
branch nick: trunk
timestamp: Thu 2009-04-23 10:19:23 -0600
message:
  add aos4 to the list of supported guis.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-04-22 16:41:14 +0000
+++ b/configure.ac      2009-04-23 16:19:23 +0000
@@ -2204,6 +2204,9 @@
 if test x$build_dump = xyes; then
   SUPPORTED_GUIS="${SUPPORTED_GUIS},dump"
 fi
+if test x$build_aos4 = xyes; then
+  SUPPORTED_GUIS="${SUPPORTED_GUIS},aos4"
+fi
 SUPPORTED_GUIS="`echo ${SUPPORTED_GUIS} | sed 's/,//'`" # Strip leading comma
 AC_SUBST(SUPPORTED_GUIS)
 


reply via email to

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