From ea74856d953aec39af6ee556221618fda644312f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 30 Apr 2012 10:18:37 +0100 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .................... " -- cgit