From 727394f04343f2102a03c769de1cf6930656e409 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 30 Dec 2009 15:22:54 +0000 Subject: [PATCH] Fix detection of ocaml-findlib. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1