CONFIGURE: Always print the SDL version for SDL-based backends

This commit is contained in:
Cameron Cawley 2020-08-03 01:04:23 +01:00
parent 215c98d321
commit 4d2b45f3bd

2
configure vendored
View File

@ -5602,7 +5602,7 @@ echo "$_enable_asan"
echo_n "Backend... "
echo_n "$_backend"
if test "$_backend" = "sdl" -a -n "$_sdlversion"; then
if test "$_sdl" = yes -a -n "$_sdlversion"; then
echo_n " ($_sdlversion)"
fi