On 2015-07-27 10:00:41 +0300, Martin Storsjö wrote:
> This simplifies recently added code from 5fd553d31.
> ---
>  configure | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index 215f5aa..dfab84d 100755
> --- a/configure
> +++ b/configure
> @@ -4749,8 +4749,7 @@ EOF
>  fi
>  
>  for pfx in "" host_; do
> -    pfx_no_=${pfx%_}
> -    varname=${pfx_no_}cc_type
> +    varname=${pfx%_}cc_type
>      eval "type=\$$varname"
>      if [ $type = "msvc" ]; then
>          check_${pfx}cc <<EOF || add_${pfx}cflags -Dinline=__inline

ok

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to