From: Richard Jones Date: Fri, 2 Oct 2009 08:51:06 +0000 (+0100) Subject: configure: Update comment about viewer.ml. X-Git-Tag: 1.0.73~9 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=3c58ea10c74e0a4121ad32b5d578955825371d92 configure: Update comment about viewer.ml. --- diff --git a/configure.ac b/configure.ac index d3c3e19..1f45322 100644 --- a/configure.ac +++ b/configure.ac @@ -416,7 +416,9 @@ AC_PROG_OCAML AC_PROG_FINDLIB AM_CONDITIONAL([HAVE_OCAML],[test "x$OCAMLC" != "xno" -a "x$OCAMLFIND" != "xno"]) -dnl Build the OCaml viewer example. +dnl Build the OCaml viewer example. This has a lengthy list of +dnl dependencies and we don't attempt to detect them all. Read +dnl the top of ocaml/examples/viewer.ml before enabling this. AC_ARG_ENABLE([ocaml-viewer], [AS_HELP_STRING([--enable-ocaml-viewer], [enable OCaml viewer (see ocaml/examples) @<:@default=no@:>@])],