On 3/13/19 2:24 PM, Frediano Ziglio wrote: > Do not check for functions not used or available in C89 and earlier. > Autoconf check for them to support archaic systems. > > Signed-off-by: Frediano Ziglio <[email protected]> > --- > meson.build | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/meson.build b/meson.build > index f451f1c..f69e4bc 100644 > --- a/meson.build > +++ b/meson.build > @@ -77,11 +77,6 @@ endforeach > # check for system functions > # > functions = ['alloca', > - 'dup2', > - 'floor', > - 'fork', > - 'memmove', > - 'memset', > 'sigaction', > 'drand48'] > > Acked-by: Eduardo Lima (Etrunko) <[email protected]>
-- Eduardo de Barros Lima (Etrunko) Software Engineer - RedHat [email protected] _______________________________________________ Spice-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/spice-devel
