From d314ea4e40acb1920fdc6f3596b9e8c89d3586d4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun <diego@biurrun.de> Date: Tue, 25 Mar 2008 09:33:26 +0000 Subject: [PATCH] Remove ineffectual --log option. Originally committed as revision 12575 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index 7e80f1f4ebe..de7446c920a 100755 --- a/configure +++ b/configure @@ -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" -- GitLab