Browse Source

Remove ineffectual --log option.

Originally committed as revision 12575 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
d314ea4e40
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      configure

+ 1
- 3
configure View File

@@ -56,7 +56,7 @@ show_help(){
echo
echo "Standard options:"
echo " --help print this message"
echo " --log[=FILE|yes|no] log tests and output to FILE [config.err]"
echo " --log=<FILE|yes|no> log tests and output to FILE [config.err]"
echo " --prefix=PREFIX install in PREFIX [$PREFIX]"
echo " --libdir=DIR install libs in DIR [PREFIX/lib]"
echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]"
@@ -990,8 +990,6 @@ show_list() {
for opt do
optval="${opt#*=}"
case "$opt" in
--log)
;;
--log=*) logging="$optval"
;;
--prefix=*) PREFIX="$optval"


Loading…
Cancel
Save