We will implement all libvirt APIs up to libvirt 3.0.0 version for now.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6f166f2..cc8947c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_USE_SYSTEM_EXTENSIONS
AM_SILENT_RULES([yes])
GLIB2_REQUIRED=2.44.0
-LIBVIRT_REQUIRED=2.1.0
+LIBVIRT_REQUIRED=3.0.0
LIBVIRT_GLIB_REQUIRED=0.0.7
AC_SUBST([GLIB2_REQUIRED]) dnl used in the .spec file
AC_SUBST([LIBVIRT_REQUIRED]) dnl used in the .spec file
--
2.14.3