Re: [libav-devel] [PATCH 06/12] configure: Add require_cpp_condition() convenience function

2017-02-01 Thread Vittorio Giovara
On Tue, Jan 24, 2017 at 6:12 PM, Diego Biurrun wrote: > Simplifies checking for conditions in external library headers and > aborting if said conditions are not met. > --- > configure | 17 +++-- > 1 file changed, 11 insertions(+), 6 deletions(-) probably ok -- Vittorio

[libav-devel] [PATCH 06/12] configure: Add require_cpp_condition() convenience function

2017-01-24 Thread Diego Biurrun
Simplifies checking for conditions in external library headers and aborting if said conditions are not met. --- configure | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/configure b/configure index a5d8274..747ce17 100755 --- a/configure +++ b/configure @@ -1