Hostinfo day 5: Implement first round of static host commands.
[virt-hostinfo.git] / configure.ac
index cc05e37..7a1377e 100644 (file)
@@ -37,7 +37,7 @@ dnl C functions which may be missing on older systems.
 AC_CHECK_FUNCS([inotify_init1 clock_gettime])
 
 dnl Check for required packages using pkg-config.
-PKG_CHECK_MODULES([HOSTINFOD],[apr-1 >= 1.3])
+PKG_CHECK_MODULES([HOSTINFOD],[apr-1 >= 1.3 libvirt >= 0.2.1])
 
 dnl Check for Perl and POD.
 AC_CHECK_PROG([PERL],[perl],[perl],[no])