From: Richard W.M. Jones Date: Mon, 26 Nov 2007 11:34:57 +0000 (+0000) Subject: Mon Nov 26 11:39:04 UTC 2007 Richard W.M. Jones X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a79891f12672a8d08e92bfa0069006edbaaece82;p=libvirt.git Mon Nov 26 11:39:04 UTC 2007 Richard W.M. Jones * configure.in: Minimum version of GnuTLS we support is 1.0.25. --- diff --git a/ChangeLog b/ChangeLog index bb846cbd0d..f996e7b6be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 26 11:39:04 UTC 2007 Richard W.M. Jones + + * configure.in: Minimum version of GnuTLS we support is 1.0.25. + Thu Nov 22 00:14:04 CET 2007 Jim Meyering Fix a typo in a variable name. diff --git a/configure.in b/configure.in index 60de5b9878..cf9a3ca725 100644 --- a/configure.in +++ b/configure.in @@ -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.