diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-10-09 20:10:22 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-10-09 20:10:22 +0000 |
commit | 60e8bc13a9076212499c01b36b6dc0574d534be6 (patch) | |
tree | 8669a7dff6119f0ea31c31da5aaf6ec43312d2b7 /configure | |
parent | 1865259feab1a1f84c1b9d587aa6bd851fda606d (diff) | |
download | ffmpeg-60e8bc13a9076212499c01b36b6dc0574d534be6.tar.gz |
Make configure --help return 0.
Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ show_help(){ echo " --disable-stripping disable stripping of executables and shared libraries" echo "" echo "NOTE: Object files are built at the place where configure is launched." - exit 1 + exit 0 } log(){ |