]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure: Require GnuTLS
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Jun 2018 04:51:50 +0000 (06:51 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Jun 2018 12:32:03 +0000 (14:32 +0200)
commit60d9ad6f1e42618fce10baeb0f02c35e5ebd5b24
tree690a9cdb773b4f48f869356ccc6b819bb58f328d
parent9b837963c54ac50d7faae63184d32a0fb599d1b0
configure: Require GnuTLS

We are building with GnuTLS everywhere because GnuTLS is widely
available. Also, it is desirable to prefer cryptographically
strong PRNG over "/dev/urandom" which is just a fallback.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
configure.ac
m4/virt-gnutls.m4