gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash configure.ac


From: Markus Gothe
Subject: [Gnash-commit] gnash configure.ac
Date: Sat, 25 Nov 2006 18:27:32 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/25 18:27:32

Modified files:
        .              : configure.ac 

Log message:
        Fixed HAVE_MAD issue.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.204&r2=1.205

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -b -r1.204 -r1.205
--- configure.ac        25 Nov 2006 18:16:04 -0000      1.204
+++ configure.ac        25 Nov 2006 18:27:32 -0000      1.205
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.204 2006/11/25 18:16:04 nihilus Exp $
+dnl $Id: configure.ac,v 1.205 2006/11/25 18:27:32 nihilus Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -583,6 +583,9 @@
           sound_handler=none
        fi
 fi
+
+dnl I'm kinda lazy, get rid of this later... //Markus
+AM_CONDITIONAL(HAVE_MAD, test x$mp3_decoder = xmad)
 if test x"$mp3_decoder" = x"mad"; then
        dnl Will set MAD_LIBS and MAD_CFLAGS.
        dnl Handles --with-mad-incl and --with-mad-lib




reply via email to

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