@John, Sandro, Benjamin

Thanks for the reply.. :)
I'm new with bzr.. On Linux you cannot learn a thing that there is already a new one...

Attached a small patch for configure.ac

Thanks
Andrea Palmatè

=== modified file 'configure.ac'
--- configure.ac        2009-04-22 16:41:14 +0000
+++ configure.ac        2009-04-23 16:21:11 +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)
 

_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to