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. --- mlvirtmanager/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mlvirtmanager') diff --git a/mlvirtmanager/Makefile.in b/mlvirtmanager/Makefile.in index 15e55c6..5bcb84c 100644 --- a/mlvirtmanager/Makefile.in +++ b/mlvirtmanager/Makefile.in @@ -21,7 +21,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ -OCAMLCPACKAGES := -package extlib,unix,lablgtk2 -I ../libvirt +OCAMLCPACKAGES := -package unix,lablgtk2 -I ../libvirt OCAMLCFLAGS := -g OCAMLCLIBS := -linkpkg -- cgit