]> xenbits.xensource.com Git - libvirt.git/commitdiff
Mon Nov 26 11:39:04 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 26 Nov 2007 11:34:57 +0000 (11:34 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 26 Nov 2007 11:34:57 +0000 (11:34 +0000)
* configure.in: Minimum version of GnuTLS we support is 1.0.25.

ChangeLog
configure.in

index bb846cbd0dfecb0441e36d6ccdac6ff500ab1045..f996e7b6be2889d2b4bf0996c45a653b82281725 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 60de5b9878fb50aa8abfe9c5a8338f317cfeebae..cf9a3ca7252b2d8a48ea892e131a1095a6d8a29d 100644 (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.