configure / meson: Move check for sys/kcov.h to meson.build
commit4a9d5f895adc25f043a382a3d5bf7237905d8991
authorThomas Huth <thuth@redhat.com>
Wed, 18 Nov 2020 17:10:51 +0000 (18 18:10 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Sun, 13 Dec 2020 22:56:16 +0000 (13 23:56 +0100)
treed785c07d45fbbcc48d1fc532a88f0a2140e3d678
parent88c78f162a564ae17b3369b88c85e567d98ff9c7
configure / meson: Move check for sys/kcov.h to meson.build

This check can be done in a much shorter way in meson.build. And while
we're at it, rename the #define to HAVE_SYS_KCOV_H to match the other
HAVE_someheader_H symbols that we already have.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201118171052.308191-6-thuth@redhat.com>
[lv: s/signal/kcov/]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure
linux-user/ioctls.h
linux-user/syscall.c
meson.build