From 06de6f1dfb7e6baba27e321735b89e9bf95e2876 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 18 Jan 2004 09:33:25 +0000 Subject: change output to be consistent svn-id: r12469 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index ce5bec5f05..19a3ff966c 100755 --- a/configure +++ b/configure @@ -608,11 +608,11 @@ if test "$_build_sky" = yes ; then echo " Beneath a Steel Sky" fi if test "$_build_bs1" = yes ; then - echo " Broken Sword I" + echo -n " Broken Sword I" if test "$_mpeg2" = yes ; then echo " (w/ mpeg2 cutscenes)" else - echo " (without mpeg2 cutscenes)" + echo " (without mpeg2 cutscenes)" fi fi if test "$_build_bs2" = yes ; then -- cgit v1.2.3