X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=3c91d4d2184733e9cc948662704c3b053b18a831;hb=0f6282595fbd36e53f25e42ab451a582818171b8;hp=c1e08aa29176ae7202899aea69e7f478d66ae12d;hpb=2eac80aa00e94ff00776a61864ea153d7fe1aae2;p=virt-top.git diff --git a/configure.ac b/configure.ac index c1e08aa..3c91d4d 100644 --- a/configure.ac +++ b/configure.ac @@ -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