summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-05 10:31:03 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-05 10:31:03 +0100
commite1c6d1738a2b9123dd08fb4ecff8176daf558f35 (patch)
treefc9b9e090b67c919c8660cdc9b6fb2a06059d72d /configure.ac
parent36f662c58fcda43829bcef166e600855960fd223 (diff)
downloadlibguestfs-e1c6d1738a2b9123dd08fb4ecff8176daf558f35.tar.gz
libguestfs-e1c6d1738a2b9123dd08fb4ecff8176daf558f35.tar.xz
libguestfs-e1c6d1738a2b9123dd08fb4ecff8176daf558f35.zip
configure: Fix info about virt-resize when OCaml bindings are disabled.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c539ad6..8f90af17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -884,7 +884,7 @@ echo "guestfish and C virt tools .......... yes"
echo -n "Perl virt tools ..................... "
if test "x$HAVE_TOOLS_TRUE" = "x"; then echo "yes"; else echo "no"; fi
echo -n "virt-resize ......................... "
-if test "x$HAVE_OCAML" = "x" && test "x$HAVE_OCAML_PCRE" = "x"; then echo "yes"; else echo "no"; fi
+if test "x$HAVE_OCAML_TRUE" = "x" && test "x$HAVE_OCAML_PCRE_TRUE" = "x"; then echo "yes"; else echo "no"; fi
echo "FUSE filesystem ..................... $enable_fuse"
echo
echo "If any optional component is configured 'no' when you expected 'yes'"