aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-10-09 20:10:22 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-10-09 20:10:22 +0000
commit60e8bc13a9076212499c01b36b6dc0574d534be6 (patch)
tree8669a7dff6119f0ea31c31da5aaf6ec43312d2b7 /configure
parent1865259feab1a1f84c1b9d587aa6bd851fda606d (diff)
downloadffmpeg-60e8bc13a9076212499c01b36b6dc0574d534be6.tar.gz
Make configure --help return 0.
Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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(){