On Wed, Oct 11, 2017 at 12:58 AM, Diego Biurrun <[email protected]> wrote:
> Also use that new capability to simplify bktr header checks.
> ---
>  configure | 25 ++++++++++++-------------
>  1 file changed, 12 insertions(+), 13 deletions(-)
>
> diff --git a/configure b/configure
> index f30820e7d0..635bb42f3b 100755
> --- a/configure
> +++ b/configure
> @@ -925,13 +925,15 @@ check_stripflags(){
>
>  check_header(){
>      log check_header "$@"
> -    header=$1
> +    headers=$1

Wouldn't $1 only be the first header passed, not the list?
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to