]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: shorten libxenlight summary for consistent alignment
authorEric Blake <eblake@redhat.com>
Fri, 25 Mar 2011 15:04:51 +0000 (09:04 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 25 Mar 2011 15:06:18 +0000 (09:06 -0600)
* configure.ac: Use xenlight: rather than libxenlight: in summary.
Suggested by Daniel Veillard.

configure.ac

index 12bf0f64cb0e94022e91a435266237d96ec18e64..9c0221c8042daa35014c83bd1c3c117c2a2ef76e 100644 (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])