diff options
author | Jonathan Gray | 2003-08-08 09:10:31 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-08-08 09:10:31 +0000 |
commit | c94a9cf8fe006b0cb6c3250e3b56daa03772709a (patch) | |
tree | cf3b2bee0502684102a72035c0bf52901471cd4c /configure | |
parent | 6d1ded6992272d96a1c487b3ab600c890cf0c615 (diff) | |
download | scummvm-rg350-c94a9cf8fe006b0cb6c3250e3b56daa03772709a.tar.gz scummvm-rg350-c94a9cf8fe006b0cb6c3250e3b56daa03772709a.tar.bz2 scummvm-rg350-c94a9cf8fe006b0cb6c3250e3b56daa03772709a.zip |
fix spacing
svn-id: r9597
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,5 @@ #!/bin/sh # -# THIS SCRIPT DOESN'T DO ANYTHING YET! -# # Some things this script could/should do when finished # # * detect the compiler name (g++/c++/...) @@ -168,7 +166,7 @@ Optional Libraries: --with-ogg-prefix=PFX Prefix where libogg is installed (optional) --with-vorbis-prefix=PFX Prefix where libvorbis is installed (optional) --disable-vorbis disable Ogg Vorbis support [autodetect] - --with-mad-prefix=PFX Prefix where libmad is installed (optional) + --with-mad-prefix=PFX Prefix where libmad is installed (optional) --disable-mad disable libmad (MP3) support [autodetect] EOF |