Make configure --help return 0.

Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2008-10-09 20:10:22 +00:00
parent 1865259fea
commit 60e8bc13a9
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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(){