Copy mpeg2 status to BS1 as well.

svn-id: r12466
This commit is contained in:
James Brown 2004-01-18 05:55:28 +00:00
parent ad46828d1c
commit 8a6641826b

5
configure vendored
View File

@ -609,6 +609,11 @@ if test "$_build_sky" = yes ; then
fi
if test "$_build_bs1" = yes ; then
echo " Broken Sword I"
if test "$_mpeg2" = yes ; then
echo " (w/ mpeg2 cutscenes)"
else
echo " (without mpeg2 cutscenes)"
fi
fi
if test "$_build_bs2" = yes ; then
echo -n " Broken Sword II"