fix a silly typo (1l to myself)

Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-06-24 20:57:34 +00:00
parent 24e1591036
commit 7beb802b3f

2
configure vendored
View File

@ -653,7 +653,7 @@ for opt do
case "$opt" in case "$opt" in
--log) --log)
;; ;;
--log=*) log="${opt#*-}" --log=*) log="${opt#*=}"
;; ;;
--prefix=*) prefix=`echo $opt | cut -d '=' -f 2`; force_prefix=yes --prefix=*) prefix=`echo $opt | cut -d '=' -f 2`; force_prefix=yes
;; ;;