Re: [PATCH 4/6] configure / meson: Move check for sys/signal.h to meson.build

2020-12-13 Thread Laurent Vivier
Le 18/11/2020 à 18:10, Thomas Huth a écrit : > This check can be done in a much shorter way in meson.build > > Signed-off-by: Thomas Huth > --- > configure | 10 -- > meson.build | 1 + > 2 files changed, 1 insertion(+), 10 deletions(-) > > diff --git a/configure b/configure > index

Re: [PATCH 4/6] configure / meson: Move check for sys/signal.h to meson.build

2020-11-19 Thread Richard Henderson
On 11/18/20 9:10 AM, Thomas Huth wrote: > This check can be done in a much shorter way in meson.build > > Signed-off-by: Thomas Huth > --- > configure | 10 -- > meson.build | 1 + > 2 files changed, 1 insertion(+), 10 deletions(-) Reviewed-by: Richard Henderson r~

Re: [PATCH 4/6] configure / meson: Move check for sys/signal.h to meson.build

2020-11-18 Thread Philippe Mathieu-Daudé
On 11/18/20 6:10 PM, Thomas Huth wrote: > This check can be done in a much shorter way in meson.build > > Signed-off-by: Thomas Huth > --- > configure | 10 -- > meson.build | 1 + > 2 files changed, 1 insertion(+), 10 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 4/6] configure / meson: Move check for sys/signal.h to meson.build

2020-11-18 Thread Thomas Huth
This check can be done in a much shorter way in meson.build Signed-off-by: Thomas Huth --- configure | 10 -- meson.build | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/configure b/configure index b3e1052a58..871e4bb9fb 100755 --- a/configure +++ b/configure @@