[Scummvm-git-logs] scummvm master -> 4d2b45f3bd1c1885181b031ab7ad32662d1d9a9e
ccawley2011
ccawley2011 at gmail.com
Mon Aug 3 00:05:08 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4d2b45f3bd CONFIGURE: Always print the SDL version for SDL-based backends
Commit: 4d2b45f3bd1c1885181b031ab7ad32662d1d9a9e
https://github.com/scummvm/scummvm/commit/4d2b45f3bd1c1885181b031ab7ad32662d1d9a9e
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-08-03T01:04:23+01:00
Commit Message:
CONFIGURE: Always print the SDL version for SDL-based backends
Changed paths:
configure
diff --git a/configure b/configure
index 480c75dbef..7642abd583 100755
--- a/configure
+++ b/configure
@@ -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
More information about the Scummvm-git-logs
mailing list