X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=configure.ac;h=12887e1859671ce4c827d7e92387c3220340278a;hp=c1e08aa29176ae7202899aea69e7f478d66ae12d;hb=4e1409917c38f8bf57838f5119f58edbcad41937;hpb=2eac80aa00e94ff00776a61864ea153d7fe1aae2 diff --git a/configure.ac b/configure.ac index c1e08aa..12887e1 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(virt-top,1.0.4) +AC_INIT(virt-top,1.0.5) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_INSTALL @@ -26,7 +26,7 @@ dnl Check for basic OCaml environment & findlib. AC_PROG_OCAML AC_PROG_FINDLIB -if test "x$OCAMLFIND" = "x"; then +if test "x$OCAMLFIND" = "xno"; then AC_MSG_ERROR([OCaml findlib is required]) fi