From 19b9cb3cafa72dfbb897da2dd473277d57ea1197 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 3 Jun 2021 11:11:16 +0200 Subject: [PATCH] configure: drop unused variables for xts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All XTS configuration uses qemu_private_xts. Drop other variables as they have only ever been used to generate the summary (which has since been moved to meson.build). Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Reviewed-by: Daniel P. Berrangé Signed-off-by: Paolo Bonzini --- configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure b/configure index 38704b4e11..00e7dd749a 100755 --- a/configure +++ b/configure @@ -406,9 +406,7 @@ gtk="auto" tls_priority="NORMAL" gnutls="$default_feature" nettle="$default_feature" -nettle_xts="no" gcrypt="$default_feature" -gcrypt_xts="no" qemu_private_xts="yes" auth_pam="$default_feature" vte="$default_feature" @@ -2897,7 +2895,6 @@ int main(void) { } EOF if compile_prog "$nettle_cflags" "$nettle_libs" ; then - nettle_xts=yes qemu_private_xts=no fi fi @@ -2938,7 +2935,6 @@ int main(void) { } EOF if compile_prog "$gcrypt_cflags" "$gcrypt_libs" ; then - gcrypt_xts=yes qemu_private_xts=no fi elif test "$gcrypt" = "yes"; then