diff options
author | maurj <[email protected]> | 2007-05-04 20:06:33 +0000 |
---|---|---|
committer | maurj <[email protected]> | 2007-05-04 20:06:33 +0000 |
commit | 591ed584e495676043f6b4df29c26186263c66e6 (patch) | |
tree | cb40894b61244902759e250a267f17021144ba96 /configure | |
parent | 198cd0b998622ed0b35724a59833897c28e8dc9f (diff) |
Reverted the rev567 "configure" change, as of course you don't need to run configure if you're just doing a make, so my change was inaccurate. So, this reverts back to the rev566 version of configure, albeit with the "MediaFork" reference changed to "HandBrake".
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@568 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,5 +94,5 @@ EOF echo echo "To build HandBrake, run:" -echo " 'make' on a Mac (or './jam' to build all libraries from source)," +echo " './jam' on a Mac (or 'make' to try the UB build method)," echo " 'jam' on Linux or Windows." |