From 3a6a1256d46daa21210d52b2740121f4ea929e9b Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 13 Jul 2021 11:31:53 +0200 Subject: configure: Allow vnc to get disabled with --without-default-features There's no reason why we should keep VNC enabled when the user specified --without-default-features. Reported-by: Cole Robinson Signed-off-by: Thomas Huth Message-Id: <20210713093155.677589-3-thuth@redhat.com> Signed-off-by: Paolo Bonzini --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 19c4bc1192..468aac58e2 100755 --- a/configure +++ b/configure @@ -304,7 +304,7 @@ virtiofsd="auto" virtfs="auto" libudev="auto" mpath="auto" -vnc="enabled" +vnc="auto" sparse="auto" vde="$default_feature" vnc_sasl="auto" -- cgit v1.2.3-55-g7522