Re: [PATCH v2 4/4] configure: Remove tcg/ from the preprocessor include search list

2020-01-02 Thread Alistair Francis
On Wed, Jan 1, 2020 at 3:25 AM Philippe Mathieu-Daudé wrote: > > All tcg includes are relative to the repository root directory, > we can safely remove the tcg/ directory from the include search > path list. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --

[PATCH v2 4/4] configure: Remove tcg/ from the preprocessor include search list

2020-01-01 Thread Philippe Mathieu-Daudé
All tcg includes are relative to the repository root directory, we can safely remove the tcg/ directory from the include search path list. Signed-off-by: Philippe Mathieu-Daudé --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 940bf9e87a..74dad08580 100