comparison configure @ 20522:54162022411e

Remove special output for outdated SDL. It's doubtful such old versions still exist in the wild and we don't do this for other libs.
author diego
date Mon, 30 Oct 2006 20:23:24 +0000
parents 3c8e99146862
children d598cd751a00
comparison
equal deleted inserted replaced
20521:5cf2bd4d0911 20522:54162022411e
4575 _def_sdlbuggy='#define BUGGY_SDL' 4575 _def_sdlbuggy='#define BUGGY_SDL'
4576 else 4576 else
4577 _def_sdlbuggy='#undef BUGGY_SDL' 4577 _def_sdlbuggy='#undef BUGGY_SDL'
4578 fi 4578 fi
4579 _sdl=yes 4579 _sdl=yes
4580 else
4581 _res_comment="outdated"
4582 fi 4580 fi
4583 fi 4581 fi
4584 fi 4582 fi
4585 fi 4583 fi
4586 if test "$_sdl" = yes ; then 4584 if test "$_sdl" = yes ; then
8445 if test "$_mtrr" = yes ; then 8443 if test "$_mtrr" = yes ; then
8446 echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/$_doc_lang/video.html#mtrr)" 8444 echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/$_doc_lang/video.html#mtrr)"
8447 echo 8445 echo
8448 fi 8446 fi
8449 8447
8450 if test "$_sdl" = "outdated" ; then
8451 cat <<EOF
8452 You have an outdated version of libSDL installed (older than v1.1.7) and SDL
8453 support has therefore been disabled.
8454
8455 Please upgrade to a more recent version (version 1.1.8 and above are known to
8456 work). You may get this library from: http://www.libsdl.org
8457
8458 You need to rerun ./configure and recompile after updating SDL. If you are
8459 only interested in the libSDL audio drivers, then an older version might work.
8460
8461 Use --enable-sdl to force usage of libSDL.
8462
8463 EOF
8464 fi
8465
8466 if x86; then 8448 if x86; then
8467 if test "$_win32" = no ; then 8449 if test "$_win32" = no ; then
8468 if test "$_win32libdir" ; then 8450 if test "$_win32libdir" ; then
8469 echo "Failed to find a Win32 codecs dir at $_win32libdir!" 8451 echo "Failed to find a Win32 codecs dir at $_win32libdir!"
8470 else 8452 else