forked from FFmpeg/FFmpeg
Make configure --help return 0.
Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1865259fea
commit
60e8bc13a9
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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(){
|
||||
|
|
Loading…
Add table
Reference in a new issue