From a4805a3bb847d96fa31d697e5edca7bb3d40b88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 16 Nov 2012 18:19:04 +0100 Subject: [PATCH] build-sys: add min libvirt version requirement check --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2f4d1b8..23ce541 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ AC_ARG_WITH([libvirt], AS_IF([test "x$with_libvirt" != "xno"], [PKG_CHECK_MODULES(LIBVIRT, - [libvirt], + [libvirt >= $LIBVIRT_REQUIRED], [have_libvirt=yes], [have_libvirt=no])], [have_libvirt=no])