]> git.proxmox.com Git - mirror_qemu.git/commit
configure: add CONFIG_GCRYPT_HMAC item
authorLongpeng(Mike) <longpeng2@huawei.com>
Tue, 13 Dec 2016 10:42:55 +0000 (18:42 +0800)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 22 Dec 2016 09:24:55 +0000 (09:24 +0000)
commit1f923c70bdb06369dcbb2097011af7cfa7c94a17
tree13d42f914eb69086368417b84992a6e6e5234bad
parentffb7bf452af8f5b50c2a9adca8ab2e54627e04ae
configure: add CONFIG_GCRYPT_HMAC item

This item will be used for support libcrypt-backed HMAC algorithms.

Support for hmac has been added in Libgcrypt 1.6.0, but we cannot
use pkg-config to get libcrypt's version. However we can make a
in configure to know whether current libcrypt support hmac.

Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
configure