[MPlayer-cvslog] r33969 - trunk/configure

diego subversion at mplayerhq.hu
Thu Aug 11 19:45:34 CEST 2011


Author: diego
Date: Thu Aug 11 19:45:34 2011
New Revision: 33969

Log:
configure: drop support for obsolete versions of sdl-config

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Aug 11 19:45:32 2011	(r33968)
+++ trunk/configure	Thu Aug 11 19:45:34 2011	(r33969)
@@ -4991,8 +4991,6 @@ def_sdl_sdl_h="#undef CONFIG_SDL_SDL_H"
 if test -z "$_sdlconfig" ; then
   if ( sdl-config --version ) >>"$TMPLOG" 2>&1 ; then
     _sdlconfig="sdl-config"
-  elif ( sdl11-config --version ) >>"$TMPLOG" 2>&1 ; then
-    _sdlconfig="sdl11-config"
   else
     _sdlconfig=false
   fi


More information about the MPlayer-cvslog mailing list