Re: [libav-devel] [PATCH 3/5] configure: Drop require() helper function in favor of require2()

2016-09-09 Thread Diego Biurrun
On Fri, Sep 09, 2016 at 07:29:42PM +0200, Janne Grunau wrote: > On 2016-09-05 20:31:37 +0200, Diego Biurrun wrote: > > The latter does everything the former can do, but also handles > > multiple header #includes. > > --- > > configure | 10 +- > > 1 file changed, 1 insertion(+), 9

Re: [libav-devel] [PATCH 3/5] configure: Drop require() helper function in favor of require2()

2016-09-09 Thread Janne Grunau
On 2016-09-05 20:31:37 +0200, Diego Biurrun wrote: > The latter does everything the former can do, but also handles > multiple header #includes. > --- > configure | 10 +- > 1 file changed, 1 insertion(+), 9 deletions(-) ok but I would fold it into the check_lib patch Janne

Re: [libav-devel] [PATCH 3/5] configure: Drop require() helper function in favor of require2()

2016-09-05 Thread Luca Barbato
On 05/09/16 20:31, Diego Biurrun wrote: > The latter does everything the former can do, but also handles > multiple header #includes. > --- > configure | 10 +- > 1 file changed, 1 insertion(+), 9 deletions(-) > OK. ___ libav-devel mailing

[libav-devel] [PATCH 3/5] configure: Drop require() helper function in favor of require2()

2016-09-05 Thread Diego Biurrun
The latter does everything the former can do, but also handles multiple header #includes. --- configure | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/configure b/configure index e889487..0e65a57 100755 --- a/configure +++ b/configure @@ -1084,14 +1084,6 @@