summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-10-02 09:51:06 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-10-02 09:51:31 +0100
commit3c58ea10c74e0a4121ad32b5d578955825371d92 (patch)
treec783d2ebe2e72bbb529a87b48c9e866b9bc33327 /configure.ac
parentbf6ea125577dccdb18cab635eda1fb79cd98e0d5 (diff)
downloadlibguestfs-3c58ea10c74e0a4121ad32b5d578955825371d92.tar.gz
libguestfs-3c58ea10c74e0a4121ad32b5d578955825371d92.tar.xz
libguestfs-3c58ea10c74e0a4121ad32b5d578955825371d92.zip
configure: Update comment about viewer.ml.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d3c3e195..1f45322e 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@:>@])],