aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index a5f4e375e7..ce5bec5f05 100755
--- a/configure
+++ b/configure
@@ -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"