]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: Remove tcg/ from the preprocessor include search list
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 1 Jan 2020 11:23:03 +0000 (12:23 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:10 +0000 (15:13 -1000)
commited5bad39e57f33e12aac0c07cb6a4b1ab4d8eab3
tree0cefefc31875a43f8a3f99866f9c7ed82ad241ca
parentd3582cfd27bb7fe29e54d98ea0b25cc7a0d6d276
configure: Remove tcg/ from the preprocessor include search list

All tcg includes are relative to the repository root directory,
we can safely remove the tcg/ directory from the include search
path list.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200101112303.20724-5-philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
configure