summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-12-30 15:22:54 +0000
committerRichard Jones <rjones@redhat.com>2009-12-30 15:22:54 +0000
commit727394f04343f2102a03c769de1cf6930656e409 (patch)
tree4fc89ef1da9f357e3b1e92cfe37989ba024c453b /configure.ac
parent2a8acd07005f2e8cdc43a6cc2a4e6f3d66f9fc4d (diff)
downloadvirt-top-727394f04343f2102a03c769de1cf6930656e409.tar.gz
virt-top-727394f04343f2102a03c769de1cf6930656e409.tar.xz
virt-top-727394f04343f2102a03c769de1cf6930656e409.zip
Fix detection of ocaml-findlib.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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