mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
Require GnuTLS >= 3.2.0
Ubuntu 14.04 which is not targetted as a supported platform [0] already has 3.2.11 [0] https://libvirt.org/platforms.html Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
698af20af2
commit
eee8c852e0
@ -18,11 +18,15 @@ dnl <http://www.gnu.org/licenses/>.
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_DEFUN([LIBVIRT_ARG_GNUTLS],[
|
AC_DEFUN([LIBVIRT_ARG_GNUTLS],[
|
||||||
LIBVIRT_ARG_WITH_FEATURE([GNUTLS], [gnutls], [check], [2.2.0])
|
LIBVIRT_ARG_WITH_FEATURE([GNUTLS], [gnutls], [check], [3.2.0])
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_DEFUN([LIBVIRT_CHECK_GNUTLS],[
|
AC_DEFUN([LIBVIRT_CHECK_GNUTLS],[
|
||||||
LIBVIRT_CHECK_PKG([GNUTLS], [gnutls], [2.2.0])
|
LIBVIRT_CHECK_PKG([GNUTLS], [gnutls], [3.2.0])
|
||||||
|
|
||||||
|
dnl Require gnutls >= 3.2.0 because of 3.2.11 in Ubuntu 14.04
|
||||||
|
dnl That should have all the functions we use (in >= 2.12)
|
||||||
|
dnl and also use nettle, because it's >= 3.0
|
||||||
|
|
||||||
if test "$with_gnutls" = "yes" ; then
|
if test "$with_gnutls" = "yes" ; then
|
||||||
dnl Double probe: gnutls >= 2.12 had a configure option for gcrypt and
|
dnl Double probe: gnutls >= 2.12 had a configure option for gcrypt and
|
||||||
|
Loading…
Reference in New Issue
Block a user