summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-11-03 10:45:58 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-11-03 10:46:50 +0000
commitffbafadcb8dfebcaba529cb8d7e2da52dd032d8a (patch)
treeca7e095c997d061cfae5e569921965418a02a26e /Makefile.am
parent63898268101e5ec91c8dac46651dbee5976272ce (diff)
downloadlibguestfs-ffbafadcb8dfebcaba529cb8d7e2da52dd032d8a.tar.gz
libguestfs-ffbafadcb8dfebcaba529cb8d7e2da52dd032d8a.tar.xz
libguestfs-ffbafadcb8dfebcaba529cb8d7e2da52dd032d8a.zip
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index a7038f35..60343f8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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.