From b5a048ed68aa4fbd69110f3dc7e36398d140ff3b Mon Sep 17 00:00:00 2001 From: Eric Blake 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 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 12bf0f64cb..9c0221c804 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])