From 3c58ea10c74e0a4121ad32b5d578955825371d92 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 2 Oct 2009 09:51:06 +0100 Subject: [PATCH] configure: Update comment about viewer.ml. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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@:>@])], -- 1.8.3.1