CONFIGURE: When building the SDL backend, display the SDL version number.

From SDL 1.3.0 onwards, audio CD support has been removed.
This commit is contained in:
Bastien Bouclet 2011-06-22 20:01:53 +02:00
parent 1fdbf418dd
commit d2454d7e5f

4
configure vendored
View file

@ -3223,6 +3223,10 @@ fi
echo_n "Backend... " echo_n "Backend... "
echo_n "$_backend" echo_n "$_backend"
if test "$_backend" = "sdl" -a -n "$_sdlversion"; then
echo_n " ($_sdlversion)"
fi
if test "$_nasm" = yes ; then if test "$_nasm" = yes ; then
echo_n ", assembly routines" echo_n ", assembly routines"
fi fi