projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1865259
)
Make configure --help return 0.
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Thu, 9 Oct 2008 20:10:22 +0000
(20:10 +0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Thu, 9 Oct 2008 20:10:22 +0000
(20:10 +0000)
Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
6b7d1f2
..
b0df94c
100755
(executable)
--- 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."
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(){
}
log(){