Added some more common logical operators.
[virt-df.git] / configure.ac
index df4cf8c..6800654 100644 (file)
@@ -29,6 +29,8 @@ if test "x$OCAMLFIND" = "x"; then
     AC_MSG_ERROR([OCaml findlib is required])
 fi
 
+AC_CHECK_OCAML_WORD_SIZE(OCAML_WORD_SIZE)
+
 dnl Use ocamlfind to find the required packages ...
 
 dnl Check for required OCaml packages.