Mercurial > mplayer.hg
changeset 33881:5f26e381baf8
configure: drop support for obsolete versions of sdl-config
author | diego |
---|---|
date | Thu, 11 Aug 2011 17:45:34 +0000 |
parents | c53f19b076b8 |
children | 08a90b0e44e1 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Aug 11 17:45:32 2011 +0000 +++ b/configure Thu Aug 11 17:45:34 2011 +0000 @@ -4991,8 +4991,6 @@ 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