From: Stefano Sabatini Date: Thu, 9 Oct 2008 20:10:22 +0000 (+0000) Subject: Make configure --help return 0. X-Git-Tag: v0.5~2218 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/60e8bc13a9076212499c01b36b6dc0574d534be6 Make configure --help return 0. Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 6b7d1f2..b0df94c 100755 --- a/configure +++ b/configure @@ -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(){