virConnectGetAllDomainStats, used unconditionally, was introduced in
libvirt 1.2.8.
Signed-off-by: Pino Toscano <ptoscano(a)redhat.com>
---
configure.ac | 2 +-
libvirt/libvirt.mli | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7d923bf..a463dba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ fi
dnl Check for libvirt development environment.
PKG_PROG_PKG_CONFIG
-PKG_CHECK_MODULES([LIBVIRT], [libvirt >= 1.0.2])
+PKG_CHECK_MODULES([LIBVIRT], [libvirt >= 1.2.8])
dnl Check for basic OCaml environment & findlib.
AC_PROG_OCAML
diff --git a/libvirt/libvirt.mli b/libvirt/libvirt.mli
index 628f797..0bd3d05 100644
--- a/libvirt/libvirt.mli
+++ b/libvirt/libvirt.mli
@@ -145,7 +145,7 @@ printf "uri = %s\n%!" uri
{3 Backwards and forwards compatibility}
- OCaml-libvirt requires libvirt version 1.0.2 or later. Future
+ OCaml-libvirt requires libvirt version 1.2.8 or later. Future
releases of OCaml-libvirt will use newer features of libvirt
and therefore will require later versions of libvirt. It is always
possible to dynamically link your application against a newer
--
2.20.1