CONFIGURE: Improve reporting the SDL version
This commit is contained in:
parent
458c107331
commit
ce2d81065a
1 changed files with 5 additions and 1 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue