aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohannes Schickel2016-03-06 21:17:23 +0100
committerJohannes Schickel2016-03-06 21:17:23 +0100
commit8a460ab3fa5e42f05ec9d96c059e3576d0da7645 (patch)
tree04dabb0995484e4016dfbaf883e9685471fd2ca4 /configure
parent0a07ef2361f28f3d9fe4ec113c44c34f346b7db2 (diff)
downloadscummvm-rg350-8a460ab3fa5e42f05ec9d96c059e3576d0da7645.tar.gz
scummvm-rg350-8a460ab3fa5e42f05ec9d96c059e3576d0da7645.tar.bz2
scummvm-rg350-8a460ab3fa5e42f05ec9d96c059e3576d0da7645.zip
CONFIGURE: Don't use abbreviations in feature list.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 31dbf5a571..b7f4196e1d 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