CONFIGURE: Always print the SDL version for SDL-based backends
This commit is contained in:
parent
215c98d321
commit
4d2b45f3bd
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue