Revision a0dfd8a4 configure

b/configure
997 997
if $pkgconfig sdl --modversion >/dev/null 2>&1; then
998 998
  sdlconfig="$pkgconfig sdl"
999 999
  _sdlversion=`$sdlconfig --modversion 2>/dev/null | sed 's/[^0-9]//g'`
1000
else
1000
elif which sdl-config >/dev/null 2>&1; then
1001 1001
  sdlconfig='sdl-config'
1002 1002
  _sdlversion=`$sdlconfig --version | sed 's/[^0-9]//g'`
1003
else
1004
  if test "$sdl" = "yes" ; then
1005
    feature_not_found "sdl"
1006
  fi
1007
  sdl=no
1003 1008
fi
1004 1009

  
1005 1010
sdl_too_old=no

Also available in: Unified diff