Fix detection of ocaml-findlib.
authorRichard Jones <rjones@redhat.com>
Wed, 30 Dec 2009 15:22:54 +0000 (15:22 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 30 Dec 2009 15:22:54 +0000 (15:22 +0000)
configure.ac

index c1e08aa..3c91d4d 100644 (file)
@@ -26,7 +26,7 @@ dnl Check for basic OCaml environment & findlib.
 AC_PROG_OCAML
 AC_PROG_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
 
     AC_MSG_ERROR([OCaml findlib is required])
 fi