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:
Richard W.M. Jones 2007-11-26 11:34:57 +00:00
parent 3e4ea06702
commit a79891f126
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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.