[Scummvm-cvs-logs] scummvm master -> 8a460ab3fa5e42f05ec9d96c059e3576d0da7645

lordhoto lordhoto at gmail.com
Sun Mar 6 21:18:27 CET 2016


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:
8a460ab3fa CONFIGURE: Don't use abbreviations in feature list.


Commit: 8a460ab3fa5e42f05ec9d96c059e3576d0da7645
    https://github.com/scummvm/scummvm/commit/8a460ab3fa5e42f05ec9d96c059e3576d0da7645
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-03-06T21:17:23+01:00

Commit Message:
CONFIGURE: Don't use abbreviations in feature list.

Changed paths:
    configure



diff --git a/configure b/configure
index 31dbf5a..b7f4196 100755
--- a/configure
+++ b/configure
@@ -4474,7 +4474,7 @@ if test "$_16bit" = yes ; then
 fi
 
 if test "$_highres" = yes ; then
-	echo_n ", highres"
+	echo_n ", high resolution"
 fi
 
 if test "$_savegame_timestamp" = yes ; then
@@ -4490,7 +4490,7 @@ if test "$_build_scalers" = yes ; then
 fi
 
 if test "$_mt32emu" = yes ; then
-	echo_n ", MT-32 emu"
+	echo_n ", MT-32 emulator"
 fi
 
 if test "$_text_console" = yes ; then






More information about the Scummvm-git-logs mailing list