From 60e8bc13a9076212499c01b36b6dc0574d534be6 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 9 Oct 2008 20:10:22 +0000 Subject: [PATCH] Make configure --help return 0. Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6b7d1f2131..b0df94c12b 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(){