From 1e65c6c293a0f7917e87438330e2583bd38758dd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 4 Jan 2008 16:25:24 +0000 Subject: Make extlib an optional dependency. * Makefile.in, README, configure.ac, examples/Makefile.in, libvirt/Makefile.in, mlvirtmanager/Makefile.in: Much code doesn't really need extlib, so make it optional. Bail earlier in configure step if we don't have ocamlfind. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6393f1f..9185ccc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-01-04 Richard Jones + + Make extlib an optional dependency. + * Makefile.in, README, configure.ac, examples/Makefile.in, + libvirt/Makefile.in, mlvirtmanager/Makefile.in: Much code + doesn't really need extlib, so make it optional. + Bail earlier in configure step if we don't have ocamlfind. + 2007-12-20 Richard Jones * libvirt/libvirt_c.c: Use enter/leave_blocking_section around -- cgit