X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=fc94224e46f04cdeea5fe61627e65530fc011224;hb=32baae0e55318784af4a736ae956e11b4de274a2;hp=56d777c5518678d3c8b1077c6fc960d083ad5964;hpb=4accf3197235300029d04d0ab637b66eaaf9f8df;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 56d777c..fc94224 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [11]) -m4_define([libguestfs_release], [17]) +m4_define([libguestfs_release], [19]) # extra can be any string m4_define([libguestfs_extra], []) @@ -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