Make configure --help return 0.

Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Stefano Sabatini 16 years ago
parent 1865259fea
commit 60e8bc13a9
  1. 2
      configure

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…
Cancel
Save