On Wed, Oct 18, 2017 at 03:22:10AM +0200, Diego Biurrun wrote:
> Rename the old function to test_cpp_condition and have the new
> function set a variable if the test succeeds. Leverage the new
> function to simplify some recurring patterns.
> --- a/configure
> +++ b/configure
> @@ -4306,15 +4322,15 @@ elif enabled alpha; then
>  
>  elif enabled arm; then
>  
> -    enabled msvc && check_cpp_condition stddef.h "defined _M_ARMT" && enable 
> thumb
> +    enabled msvc && test_cpp_condition thumb stddef.h "defined _M_ARMT"

This should be check_cpp_condition(). Fixed locally.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to