mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 13:30:52 +00:00
meson: drop unused CONFIG_GCRYPT_HMAC
CONFIG_GCRYPT_HMAC has been removed now that all supported distros have it. Reviewed-by: Richard Henderson <richard.henderson@liaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9ce8af4d92
commit
ec44e986b1
@ -2664,7 +2664,6 @@ summary_info += {'GNUTLS support': config_host.has_key('CONFIG_GNUTLS')}
|
||||
# TODO: add back version
|
||||
summary_info += {'libgcrypt': config_host.has_key('CONFIG_GCRYPT')}
|
||||
if config_host.has_key('CONFIG_GCRYPT')
|
||||
summary_info += {' hmac': config_host.has_key('CONFIG_GCRYPT_HMAC')}
|
||||
summary_info += {' XTS': not config_host.has_key('CONFIG_QEMU_PRIVATE_XTS')}
|
||||
endif
|
||||
# TODO: add back version
|
||||
|
Loading…
Reference in New Issue
Block a user