summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-08 13:59:44 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-08 14:28:44 +0000
commit53c524819323dcea8d5e3d56ff4fc6cf49b6c64f (patch)
treeffb6a8a084ae1ac7a1bbeb6eeb8315593f53fef3 /configure.ac
parentaf7af2fc5e48e4efecd1f65b60e61b88733161b9 (diff)
downloadlibguestfs-53c524819323dcea8d5e3d56ff4fc6cf49b6c64f.tar.gz
libguestfs-53c524819323dcea8d5e3d56ff4fc6cf49b6c64f.tar.xz
libguestfs-53c524819323dcea8d5e3d56ff4fc6cf49b6c64f.zip
ocaml: Remove the old OCaml viewer program.
This program is obsolete and the code has been reused for guestfs-browser here: http://people.redhat.com/~rjones/guestfs-browser/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index f0d6ead5..979a0cd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -512,16 +512,6 @@ AM_CONDITIONAL([HAVE_OCAML],
[test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno"])
AM_CONDITIONAL([HAVE_XML_LIGHT],[test "x$OCAML_PKG_xml_light" != "xno"])
-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@:>@])],
- [],
- [enable_ocaml_viewer=no])
-AM_CONDITIONAL([BUILD_OCAML_VIEWER],[test "x$enable_ocaml_viewer" = "xyes"])
-
dnl Check for Perl (optional, for Perl bindings).
dnl XXX This isn't quite right, we should check for Perl devel library.
AC_CHECK_PROG([PERL],[perl],[perl],[no])