On Sat, Jul 07, 2012 at 01:58:38PM -0700, Ronald S. Bultje wrote:
> --- a/configure
> +++ b/configure
> @@ -2943,7 +2943,9 @@ for thread in $THREADS_LIST; do
>  
> -check_lib math.h sin -lm && LIBM="-lm"
> +if ! check_func_headers math.h sin; then
> +    check_lib math.h sin -lm && LIBM="-lm"
> +fi

And this is required - why?

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

Reply via email to