]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: do not rerun the tests with -Werror
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 07:38:44 +0000 (09:38 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 11:35:28 +0000 (13:35 +0200)
commitd0016b869274b2e37b4ee8343cc181a030e9e882
treeae089764af099ae8f8603b9e024cb5446ad29f65
parent264b8037210c36d2e81d9dcce361b7b45b9d5944
configure: do not rerun the tests with -Werror

Tests run in configure are pretty trivial at this point, so
do not bother with the extra complication of running tests
both with and without -Werror.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure