mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
55cc591fc1
commit
b5a048ed68
|
@ -2523,9 +2523,9 @@ else
|
||||||
AC_MSG_NOTICE([ xenapi: no])
|
AC_MSG_NOTICE([ xenapi: no])
|
||||||
fi
|
fi
|
||||||
if test "$with_libxl" = "yes" ; then
|
if test "$with_libxl" = "yes" ; then
|
||||||
AC_MSG_NOTICE([ libxenlight: $LIBXL_CFLAGS $LIBXL_LIBS])
|
AC_MSG_NOTICE([xenlight: $LIBXL_CFLAGS $LIBXL_LIBS])
|
||||||
else
|
else
|
||||||
AC_MSG_NOTICE([ libxenlight: no])
|
AC_MSG_NOTICE([xenlight: no])
|
||||||
fi
|
fi
|
||||||
if test "$with_hal" = "yes" ; then
|
if test "$with_hal" = "yes" ; then
|
||||||
AC_MSG_NOTICE([ hal: $HAL_CFLAGS $HAL_LIBS])
|
AC_MSG_NOTICE([ hal: $HAL_CFLAGS $HAL_LIBS])
|
||||||
|
|
Loading…
Reference in New Issue