On 03/10/2011 01:54 AM, Daniel Veillard wrote: >> AC_MSG_NOTICE([ VBox: $with_vbox]) >> AC_MSG_NOTICE([ XenAPI: $with_xenapi]) >> +AC_MSG_NOTICE([libxenlight: $with_libxl]) > > instead > AC_MSG_NOTICE([ libxl: $with_libxl]) > or > AC_MSG_NOTICE([xenlight: $with_libxl]) > would keep messages nicely aligned I went with xenlight:, and pushed this under the trivial rule: From b77b3a61226f75026dd6bf7c9c3f451a8cfa58b7 Mon Sep 17 00:00:00 2001 From: Eric Blake <eblake@xxxxxxxxxx> Date: Fri, 25 Mar 2011 09:04:51 -0600 Subject: [PATCH] build: shorten libxenlight summary for consistent alignment * configure.ac: Use xenlight: rather than libxenlight: in summary. Suggested by Daniel Veillard. --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 12bf0f6..fda4699 100644 --- a/configure.ac +++ b/configure.ac @@ -2523,9 +2523,9 @@ else AC_MSG_NOTICE([ xenapi: no]) fi if test "$with_libxl" = "yes" ; then -AC_MSG_NOTICE([ libxenlight: $LIBXL_CFLAGS $LIBXL_LIBS]) +AC_MSG_NOTICE([xenlight: $LIBXL_CFLAGS $LIBXL_LIBS]) else -AC_MSG_NOTICE([ libxenlight: no]) +AC_MSG_NOTICE([xenlight: no]) fi if test "$with_hal" = "yes" ; then AC_MSG_NOTICE([ hal: $HAL_CFLAGS $HAL_LIBS]) -- 1.7.4 -- Eric Blake eblake@xxxxxxxxxx +1-801-349-2682 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list