build: shorten libxenlight summary for consistent alignment

* configure.ac: Use xenlight: rather than libxenlight: in summary.
Suggested by Daniel Veillard.
This commit is contained in:
Eric Blake 2011-03-25 09:04:51 -06:00
parent 55cc591fc1
commit b5a048ed68

View File

@ -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])