diff options
| author | Torbjörn Andersson | 2009-03-01 12:08:56 +0000 | 
|---|---|---|
| committer | Torbjörn Andersson | 2009-03-01 12:08:56 +0000 | 
| commit | b2cffb1364ee0e4065cb14abcf8c98eff7c08fab (patch) | |
| tree | 4ab25312ed98012eef58d91bbc46d00d06029dc0 | |
| parent | 82e4168d47488f88330a05ba11f376d27ecc6035 (diff) | |
| download | scummvm-rg350-b2cffb1364ee0e4065cb14abcf8c98eff7c08fab.tar.gz scummvm-rg350-b2cffb1364ee0e4065cb14abcf8c98eff7c08fab.tar.bz2 scummvm-rg350-b2cffb1364ee0e4065cb14abcf8c98eff7c08fab.zip | |
Don't use the words "MPEG" and "Broken Sword" in the same sentence. Ever.
svn-id: r39034
| -rwxr-xr-x | configure | 14 | 
1 files changed, 0 insertions, 14 deletions
| @@ -538,20 +538,6 @@ get_subengines_build_string() {  }  # Engine specific build strings -get_sword1_build_string() { -	if test $2 != no ; then -		if test "$_mpeg2" = yes ; then -			echo "(w/ mpeg2 cutscenes)" -		else -			echo "(without mpeg2 cutscenes)" -		fi -	fi -} - -get_sword2_build_string() { -	get_sword1_build_string $1 $2 -} -  get_scumm_build_string() {  	if test `get_engine_build $1` != no ; then  		if test $2 != no ; then | 
