X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=7eca0f6b033a30b8ce54bdc67083414e0b43b4a9;hb=1aedabd0caf7a0562a3f314dddd13d49e0165c92;hp=328694199c27cd8110a031542636db368c81ce31;hpb=4c608eef2274bc267d45d62550aafe2151514013;p=virt-top.git diff --git a/configure.ac b/configure.ac index 3286941..7eca0f6 100644 --- a/configure.ac +++ b/configure.ac @@ -57,11 +57,6 @@ if test "x$OCAML_PKG_unix" = "xno"; then AC_MSG_ERROR([Cannot find required OCaml package 'unix']) fi -AC_CHECK_OCAML_PKG(extlib) -if test "x$OCAML_PKG_extlib" = "xno"; then - AC_MSG_ERROR([Cannot find required OCaml package 'extlib']) -fi - AC_CHECK_OCAML_PKG(libvirt) if test "x$OCAML_PKG_libvirt" = "xno"; then AC_MSG_ERROR([Cannot find required OCaml package 'libvirt'])