mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Mon Nov 26 11:39:04 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
* configure.in: Minimum version of GnuTLS we support is 1.0.25.
This commit is contained in:
parent
3e4ea06702
commit
a79891f126
@ -1,3 +1,7 @@
|
||||
Mon Nov 26 11:39:04 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
* configure.in: Minimum version of GnuTLS we support is 1.0.25.
|
||||
|
||||
Thu Nov 22 00:14:04 CET 2007 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
Fix a typo in a variable name.
|
||||
|
@ -23,7 +23,7 @@ AC_SUBST(LIBVIRT_VERSION_NUMBER)
|
||||
|
||||
dnl Required minimum versions of all libs we depend on
|
||||
LIBXML_REQUIRED="2.5.0"
|
||||
GNUTLS_REQUIRED="1.2.0"
|
||||
GNUTLS_REQUIRED="1.0.25"
|
||||
AVAHI_REQUIRED="0.6.0"
|
||||
|
||||
dnl Checks for programs.
|
||||
|
Loading…
Reference in New Issue
Block a user