X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=configure.ac;h=3c91d4d2184733e9cc948662704c3b053b18a831;hp=c1e08aa29176ae7202899aea69e7f478d66ae12d;hb=5c42729478c134fb1c124c54aaf68fde816f8c44;hpb=2eac80aa00e94ff00776a61864ea153d7fe1aae2 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