On Tue, Sep 06, 2016 at 12:35:02AM +0200, Luca Barbato wrote:
> On 05/09/16 20:31, Diego Biurrun wrote:
> > --- a/configure
> > +++ b/configure
> > @@ -4456,7 +4456,8 @@ check_func  ${malloc_prefix}memalign            && 
> > enable memalign
> >  
> >  check_cpp_condition unistd.h "defined(_POSIX_MONOTONIC_CLOCK)" &&
> > -    check_func_headers time.h clock_gettime || { check_func_headers time.h 
> > clock_gettime -lrt && add_extralibs -lrt && LIBRT="-lrt"; }
> > +    check_func_headers time.h clock_gettime ||
> > +        { check_lib2 time.h clock_gettime -lrt && LIBRT="-lrt"; }
> >  
> >  check_func  fcntl
> >  check_func  fork
> 
> check_lib maybe?

Not maybe; certainly!  Changed locally.

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

Reply via email to