diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-04-30 10:18:37 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-04-30 15:08:34 +0100 |
commit | ea74856d953aec39af6ee556221618fda644312f (patch) | |
tree | 21c46303c3fd2402a045519f8cdf5977cb0d2f2d | |
parent | 79822d46e3d7785ae7b02272e6661f15a61f4b5e (diff) | |
download | libguestfs-ea74856d953aec39af6ee556221618fda644312f.tar.gz libguestfs-ea74856d953aec39af6ee556221618fda644312f.tar.xz libguestfs-ea74856d953aec39af6ee556221618fda644312f.zip |
configure: There are now more OCaml tools than just virt-resize.
virt-resize, virt-sparsify, virt-sysprep are all OCaml tools, so
change what is printed in the report.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e8c77873..29d11165 100644 --- a/configure.ac +++ b/configure.ac @@ -1274,7 +1274,7 @@ if test "x$HAVE_ERLANG_TRUE" = "x"; then echo "yes"; else echo "no"; fi 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 ......................... " +echo -n "OCaml virt tools .................... " if test "x$HAVE_OCAML_TRUE" = "x"; then echo "yes"; else echo "no"; fi echo "FUSE filesystem ..................... $enable_fuse" echo -n "gobject bindings .................... " |