CONFIGURE: Improve reporting the SDL version

This commit is contained in:
Cameron Cawley 2020-09-08 23:10:46 +01:00
parent 458c107331
commit ce2d81065a

4
configure vendored
View file

@ -5687,7 +5687,11 @@ echo_n "Backend... "
echo_n "$_backend"
if test "$_sdl" = yes -a -n "$_sdlversion"; then
if test "$_backend" = sdl; then
echo_n " ($_sdlversion)"
else
echo_n " (SDL $_sdlversion)"
fi
fi
if test "$_nasm" = yes ; then