crypto: require nettle >= 2.7.1 for building QEMU
commit64dd2f3b5b090c21c3e82142de3fe7b4793ce6c8
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 18 Jul 2018 10:55:05 +0000 (18 11:55 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 19 Oct 2018 13:41:47 +0000 (19 14:41 +0100)
tree33dc76500c12ee20b0367177846fe0f72fc6db99
parentdea7a64e4c9557605fcda960950852181e9dbe74
crypto: require nettle >= 2.7.1 for building QEMU

nettle 2.7.1 was released in 2013 and all the distros that are build
target platforms for QEMU [1] include it:

  RHEL-7: 2.7.1
  Debian (Stretch): 3.3
  Debian (Jessie): 2.7.1
  OpenBSD (ports): 3.4
  FreeBSD (ports): 3.4
  OpenSUSE Leap 15: 3.4
  Ubuntu (Xenial): 3.2
  macOS (Homebrew): 3.4

Based on this, it is reasonable to require nettle >= 2.7.1 in QEMU
which allows for some conditional version checks in the code to be
removed.

[1] https://qemu.weilnetz.de/doc/qemu-doc.html#Supported-build-platforms

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
configure
crypto/Makefile.objs
tests/Makefile.include
tests/test-crypto-block.c