On Wed, Sep 04, 2013 at 12:09:42AM +0200, Luca Barbato wrote:
> Ease tracking path problems.
> --- a/configure
> +++ b/configure
> @@ -886,7 +886,7 @@ check_pkg_config(){
>      headers="$2"
>      funcs="$3"
>      shift 3
> -    $pkg_config --exists $pkg || return
> +    check_cmd $pkg_config --exists --print-errors $pkg || return
>      pkg_cflags=$($pkg_config --cflags $pkg)
>      pkg_libs=$($pkg_config --libs $pkg)
>      check_func_headers "$headers" "$funcs" $pkg_cflags $pkg_libs "$@" &&

WTH?

And you let *5* full minutes pass between sending and pushing?

Give me a break, this feels like the hundredth time you rush a patch
and I keep complaining and getting ignored.  Please stop it.

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

Reply via email to