From cec92a592924e1da84bd63b1b424a5f8d89e66bc Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Require fixed libvirt. --- configure.ac | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 4c67758..fb8ae7c 100644 --- a/configure.ac +++ b/configure.ac @@ -108,10 +108,9 @@ if test "x$pkg_pcre" = "xno"; then fi AC_CHECK_OCAML_MODULE(libvirt,pkg_libvirt,Libvirt_version,[+libvirt]) -# XXX Broken because *.cmi files are missing from this package. -#if test "x$pkg_libvirt" = "xno"; then -# AC_MSG_ERROR([Cannot find required OCaml package 'ocaml-libvirt']) -#fi +if test "x$pkg_libvirt" = "xno"; then + AC_MSG_ERROR([Cannot find required OCaml package 'ocaml-libvirt']) +fi dnl Check for recommended livecd-creator (for building ISOs). AC_CHECK_PROG(HAVE_LIVECD_CREATOR,livecd-creator,livecd-creator) -- 1.8.3.1