summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-12-31 11:20:56 +0000
committerRichard Jones <rjones@redhat.com>2009-12-31 11:20:56 +0000
commit2e2eb15df010bbcc605c86b0714ad1ca796fc96d (patch)
tree8878e3beea77438687a2bfc371366a5781abee40 /configure.ac
parent9ff1c97f04e8c0e513262893df71da0d31b34637 (diff)
downloadlibguestfs-2e2eb15df010bbcc605c86b0714ad1ca796fc96d.tar.gz
libguestfs-2e2eb15df010bbcc605c86b0714ad1ca796fc96d.tar.xz
libguestfs-2e2eb15df010bbcc605c86b0714ad1ca796fc96d.zip
Remove separate inspector_generator.ml, combine this with generator.ml.
This commit combines the previously separate "inspector_generator.ml" program which generated bindings for virt-inspector. Having two separate programs caused no end of troubles for developers, so we now combine them into a single program. NOTE: OCaml xml-light is now *required* in order to rebuild the generated code.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 88154acc..9a781c75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -433,8 +433,7 @@ AC_PROG_OCAML
AC_PROG_FINDLIB
AM_CONDITIONAL([HAVE_OCAML],[test "x$OCAMLC" != "xno" -a "x$OCAMLFIND" != "xno"])
-dnl Optional xml-light for building virt-inspector language bindings
-dnl from the virt-inspector.rng file.
+dnl Optional xml-light for running the generator.
OCAML_PKG_xml_light=no
if test "x$OCAMLC" != "xno" -a "x$OCAMLFIND" != "xno"; then
AC_CHECK_OCAML_PKG([xml-light])