configure: do not limit Hypervisor.framework test to Darwin
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 1 Sep 2020 15:34:18 +0000 (11:34 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:36 +0000 (19:11 +0200)
commit61f86416441a902f0244e4f26ca1a510b0273050
treedb288eb3ca830534e3e65d9295733f7c5b48fdc2
parentb4e312e953b71c8dbb9ff4ee195b6189a0bf628b
configure: do not limit Hypervisor.framework test to Darwin

Because the target/i386/hvf/meson.build rule culls hvf support
on non-Darwin systems, a --enable-hvf build is succeeding.
To fix this, just try the compilation test every time someone
passes --enable-hvf.

Reported-by: Christophe de Dinechin <dinechin@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure