summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-05 15:38:45 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-05 15:38:45 +0000
commit133d8b96cda0baff81042f120cbb15f955754063 (patch)
tree5cc72a6fe8ab4f208665ec76b89e77c71e74d11c /configure.ac
parentd9efc66ec4fd75d3e0f89433de9fe20e93ed16c9 (diff)
downloadvirt-top-133d8b96cda0baff81042f120cbb15f955754063.tar.gz
virt-top-133d8b96cda0baff81042f120cbb15f955754063.tar.xz
virt-top-133d8b96cda0baff81042f120cbb15f955754063.zip
mlvirsh can compile without extlib
* mlvirsh/mlvirsh.ml: mlvirsh only needed three functions from extlib, so copy them in here to avoid the dependency. * configure.ac: No dependency on extlib for mlvirsh. * mlvirsh/Makefile.in: Changed so can build without ocamlfind. * README: Updated documentation.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c90a2b0..a478198 100755
--- a/configure.ac
+++ b/configure.ac
@@ -132,10 +132,7 @@ else
fi
dnl Which subpackages (== subdirs) will we build?
-subdirs="libvirt examples"
-if test "x$pkg_extlib" != "xno"; then
- subdirs="$subdirs mlvirsh"
-fi
+subdirs="libvirt examples mlvirsh"
if test "x$pkg_lablgtk2" != "xno"; then
subdirs="$subdirs mlvirtmanager"
fi