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.
This commit is contained in:
Richard W.M. Jones
2011-11-03 10:45:58 +00:00
parent 6389826810
commit ffbafadcb8
6 changed files with 11 additions and 34 deletions

View File

@@ -69,10 +69,7 @@ SUBDIRS += csharp
# virt-resize (new version) and virt-sparsify are written in OCaml.
if HAVE_OCAML
if HAVE_OCAML_PCRE
SUBDIRS += resize
endif
SUBDIRS += sparsify
SUBDIRS += resize sparsify
endif
# Perl tools.