[Scummvm-cvs-logs] CVS: scummvm configure,1.62,1.63

Jonathan Gray khalek at users.sourceforge.net
Sun Jan 18 01:34:05 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv18673

Modified Files:
	configure 
Log Message:
change output to be consistent

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- configure	18 Jan 2004 05:55:28 -0000	1.62
+++ configure	18 Jan 2004 09:33:25 -0000	1.63
@@ -608,11 +608,11 @@
   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





More information about the Scummvm-git-logs mailing list