X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=configure.ac;h=0d41cda71d25cfba6c2f718833fec5ec32433bc1;hp=c1e08aa29176ae7202899aea69e7f478d66ae12d;hb=defe5bdd4a32e0206a786d279e0f9cfc238e5e17;hpb=2eac80aa00e94ff00776a61864ea153d7fe1aae2 diff --git a/configure.ac b/configure.ac index c1e08aa..0d41cda 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.8]) 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