gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] poll() function


From: Andrea Palmatè
Subject: Re: [Gnash-dev] poll() function
Date: Thu, 23 Apr 2009 18:23:18 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

@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)
 


reply via email to

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