From ffbafadcb8dfebcaba529cb8d7e2da52dd032d8a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 3 Nov 2011 10:45:58 +0000 Subject: resize: Remove requirement for ocaml Pcre library. This library is not available in RHEL 6, and in any case removing the dependency is a simple change. --- README | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README') diff --git a/README b/README index 9d18eebf..510798d0 100644 --- a/README +++ b/README @@ -101,10 +101,6 @@ To build FUSE support (guestmount): - FUSE libraries and kernel module (optional) -To build virt-resize: - -- OCaml PCRE bindings (ocaml-pcre) (optional) - To build language bindings: - Perl if you want to build the perl bindings (optional) -- cgit