summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-24 17:56:39 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-24 17:56:39 +0000
commitd233d8efdd748e0ff3df83c15d79d9b60535955e (patch)
tree7bef3c0185a7c55a55b0dd3a321efd4daf3eb509 /configure
parent15396d5cd0c94d037ce0f3cc38c54773e2f7249e (diff)
Remove --enable-static and --disable-shared from help output.
Only one of --enable or --disable should be in the help output. Originally committed as revision 16758 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 0fa61293b8..124308583a 100755
--- a/configure
+++ b/configure
@@ -68,10 +68,8 @@ show_help(){
echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]"
echo " --incdir=DIR install includes in DIR [PREFIX/include]"
echo " --mandir=DIR install man page in DIR [PREFIX/share/man]"
- echo " --enable-static build static libraries [yes]"
echo " --disable-static do not build static libraries [no]"
echo " --enable-shared build shared libraries [no]"
- echo " --disable-shared do not build shared libraries [yes]"
echo " --enable-gpl allow use of GPL code, the resulting libs"
echo " and binaries will be under GPL [no]"
echo " --enable-nonfree allow use of nonfree code, the resulting libs"