diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-06-03 11:15:26 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-06-25 10:53:46 +0200 |
commit | ba7ed407e67589167ef582ac1f17a38f09fbd327 (patch) | |
tree | fad5c4cf104be42958a4e3c4cd7bf1e03618a089 /tests/unit/meson.build | |
parent | 5761251138cb69c310e9df7dfc82c4c6fd2444e4 (diff) | |
download | qemu-ba7ed407e67589167ef582ac1f17a38f09fbd327.zip qemu-ba7ed407e67589167ef582ac1f17a38f09fbd327.tar.gz qemu-ba7ed407e67589167ef582ac1f17a38f09fbd327.tar.bz2 |
configure, meson: convert libtasn1 detection to meson
Make it depend on gnutls too, since it is only used as part of gnutls
tests.
Reviewed-by: Richard Henderson <richard.henderson@liaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/unit/meson.build')
-rw-r--r-- | tests/unit/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build index fcf6ed2..4c1ebc0 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -84,7 +84,7 @@ if have_block 'test-crypto-block': [io], } if gnutls.found() and \ - 'CONFIG_TASN1' in config_host and \ + tasn1.found() and \ 'CONFIG_POSIX' in config_host tests += { 'test-crypto-tlscredsx509': ['crypto-tls-x509-helpers.c', 'pkix_asn1_tab.c', |