fix a silly typo (1l to myself)
authorMåns Rullgård <mans@mansr.com>
Sat, 24 Jun 2006 20:57:34 +0000 (20:57 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 24 Jun 2006 20:57:34 +0000 (20:57 +0000)
Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index d95daf9..134082e 100755 (executable)
--- a/configure
+++ b/configure
@@ -653,7 +653,7 @@ for opt do
   case "$opt" in
   --log)
   ;;
-  --log=*) log="${opt#*-}"
+  --log=*) log="${opt#*=}"
   ;;
   --prefix=*) prefix=`echo $opt | cut -d '=' -f 2`; force_prefix=yes
   ;;