ALL: remove empty echo for compatibility with amigaos4

This commit is contained in:
Paweł Kołodziejski 2012-11-24 19:06:50 +01:00
parent 1ef0301b2f
commit 2ca14f4bfb

6
configure vendored
View File

@ -3937,7 +3937,7 @@ if test "$_nasm" = yes ; then
fi
if test "$_16bit" = yes ; then
echo_n ""
: # residualvm not use it
fi
if test "$_savegame_timestamp" = yes ; then
@ -3946,9 +3946,9 @@ fi
if test "$_build_scalers" = yes ; then
if test "$_build_hq_scalers" = yes ; then
echo_n ""
: # residualvm not use it
else
echo_n ""
: # residualvm not use it
fi
fi