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, 07 Oct 2006 11:04:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/07 11:04:51

Modified files:
        .              : configure.ac 

Log message:
        Typo.

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

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -b -r1.127 -r1.128
--- configure.ac        7 Oct 2006 10:37:56 -0000       1.127
+++ configure.ac        7 Oct 2006 11:04:51 -0000       1.128
@@ -33,7 +33,7 @@
 dnl also makes it possible to release a modified version which carries
 dnl forward this exception.
 
-dnl $Id: configure.ac,v 1.127 2006/10/07 10:37:56 nihilus Exp $
+dnl $Id: configure.ac,v 1.128 2006/10/07 11:04:51 nihilus Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -961,7 +961,7 @@
   fi
 fi
 
-if test x"$gui" = xsdl; then
+if test x"$gui" = x"sdl"; then
   if test x"$SDL_LIBS" != x; then
     echo "        SDL flags are: $SDL_CFLAGS"
     echo "        SDL libs are: $SDL_LIBS"
@@ -974,7 +974,7 @@
   fi
 fi
 
-if test "$sound_handler" = "sdl"; then
+if test x"$sound_handler" = x"sdl"; then
   if test x"$SDL_MIXER_LIBS" != x; then
       echo "        SDL_Mixer flags are: $SDL_MIXER_CFLAGS"
       echo "        SDL_Mixer libs are: $SDL_MIXER_LIBS"




reply via email to

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