From 8a6641826b0f464509159cbdc2a3e19b1d5d20f5 Mon Sep 17 00:00:00 2001 From: James Brown Date: Sun, 18 Jan 2004 05:55:28 +0000 Subject: [PATCH] Copy mpeg2 status to BS1 as well. svn-id: r12466 --- configure | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure b/configure index a5f4e375e7e..ce5bec5f052 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"