From 34f983d86fe40ffe5975369c1cf5e6a61688383a Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 9 Jan 2023 15:31:51 +0100 Subject: build: move sanitizer tests to meson Signed-off-by: Paolo Bonzini --- docs/devel/build-system.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/devel') diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst index 66cfe7b8bd..4a733fc0a7 100644 --- a/docs/devel/build-system.rst +++ b/docs/devel/build-system.rst @@ -91,10 +91,6 @@ developers in checking for system features: ``check_define $NAME`` Determine if the macro $NAME is defined by the system C compiler -``check_include $NAME`` - Determine if the include $NAME file is available to the system C - compiler. The replacement in Meson is ``cc.has_header()``. - ``write_c_skeleton`` Write a minimal C program main() function to the temporary file indicated by $TMPC -- cgit v1.2.3