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: Sun, 26 Nov 2006 11:27:11 +0000

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

Modified files:
        .              : configure.ac 

Log message:
        We want SDL-1.2...

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

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -b -r1.216 -r1.217
--- configure.ac        26 Nov 2006 11:16:55 -0000      1.216
+++ configure.ac        26 Nov 2006 11:27:11 -0000      1.217
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.216 2006/11/26 11:16:55 nihilus Exp $
+dnl $Id: configure.ac,v 1.217 2006/11/26 11:27:11 nihilus Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -479,7 +479,7 @@
 dnl GNASH_PKG_FIND(ogg, [ogg.h], [jpeg images], jpeg_mem_init)
 
 if test x$gui = xsdl -o x$sound_handler = xsdl; then
-       GNASH_PKG_FIND(SDL, [SDL.h], [SDL], SDL_Init, [1.1])
+       GNASH_PKG_FIND(SDL, [SDL.h], [SDL], SDL_Init)
 fi
 
 AM_CONDITIONAL(HAS_SDL, [ test x$has_SDL = xyes ])




reply via email to

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