X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=435b5e1a8b48cf9309853e17c874c0c67f1aa7d3;hp=3d2a3e247b8d4cc64fb941d45b6dc3fd067458c0;hb=cd00157efca760ce043dcae216d921841dd25ff9;hpb=e72592563c0be15f1b2400e15205d5e803875685;ds=sidebyside diff --git a/configure.ac b/configure.ac index 3d2a3e2..435b5e1 100644 --- a/configure.ac +++ b/configure.ac @@ -484,6 +484,8 @@ AM_CONDITIONAL([HAVE_OCAML], [test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno"]) AM_CONDITIONAL([HAVE_OCAML_PCRE], [test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno" && test "x$OCAML_PKG_pcre" != "xno"]) +AM_CONDITIONAL([HAVE_OCAMLDOC], + [test "x$OCAMLDOC" != "xno"]) dnl Check for Perl (optional, for Perl bindings). PERL=no