diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-11-16 18:19:04 +0100 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-11-16 18:19:16 +0100 |
| commit | a4805a3bb847d96fa31d697e5edca7bb3d40b88d (patch) | |
| tree | 669cdbf399e9304b017621ec3d982fc94bb73b5b | |
| parent | 8a7aa6a1e15dfc2adbb9627ec5e914e445f434ab (diff) | |
build-sys: add min libvirt version requirement check
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |
