]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix config summary output alignment
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 20 Jan 2009 12:25:40 +0000 (12:25 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 20 Jan 2009 12:25:40 +0000 (12:25 +0000)
ChangeLog
configure.in

index 0ed5708cca7412a38adc485e63ef5796a38421b1..e57ba895b6ed45a233b9913bdd8aab5d61c427df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 20 12:25:53 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
+
+       * configure.ac: Fix alignment of configuration summary output
+
 Tue Jan 20 12:08:53 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
 
        * include/libvirt/libvirt.h, include/libvirt/libvirt.h.in,
index 734b2c99e9ab3a2b316e4ac4202a582a03a3f693..97ee4f38f0bb2b3de96d27e7c0f29e8faf1486f8 100644 (file)
@@ -1338,24 +1338,24 @@ else
 AC_MSG_NOTICE([  polkit: no])
 fi
 if test "$with_selinux" = "yes" ; then
-AC_MSG_NOTICE([  selinux: $SELINUX_CFLAGS $SELINUX_LIBS])
+AC_MSG_NOTICE([ selinux: $SELINUX_CFLAGS $SELINUX_LIBS])
 else
-AC_MSG_NOTICE([  selinux: no])
+AC_MSG_NOTICE([ selinux: no])
 fi
 if test "$with_numactl" = "yes" ; then
-AC_MSG_NOTICE([  numactl: $NUMACTL_CFLAGS $NUMACTL_LIBS])
+AC_MSG_NOTICE([ numactl: $NUMACTL_CFLAGS $NUMACTL_LIBS])
 else
-AC_MSG_NOTICE([  numactl: no])
+AC_MSG_NOTICE([ numactl: no])
 fi
 if test "$with_xen" = "yes" ; then
-AC_MSG_NOTICE([  xen: $XEN_CFLAGS $XEN_LIBS])
+AC_MSG_NOTICE([     xen: $XEN_CFLAGS $XEN_LIBS])
 else
-AC_MSG_NOTICE([  xen: no])
+AC_MSG_NOTICE([     xen: no])
 fi
 if test "$with_hal" = "yes" ; then
-AC_MSG_NOTICE([  hal: $HAL_CFLAGS $HAL_LIBS])
+AC_MSG_NOTICE([     hal: $HAL_CFLAGS $HAL_LIBS])
 else
-AC_MSG_NOTICE([  hal: no])
+AC_MSG_NOTICE([     hal: no])
 fi
 if test "$with_devkit" = "yes" ; then
 AC_MSG_NOTICE([  devkit: $DEVKIT_CFLAGS $DEVKIT_LIBS])
@@ -1365,12 +1365,12 @@ fi
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([Test suite])
 AC_MSG_NOTICE([])
-AC_MSG_NOTICE([  Coverage: $enable_coverage])
+AC_MSG_NOTICE([   Coverage: $enable_coverage])
 AC_MSG_NOTICE([  Alloc OOM: $enable_oom])
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([Miscellaneous])
 AC_MSG_NOTICE([])
-AC_MSG_NOTICE([  Debug: $enable_debug])
+AC_MSG_NOTICE([     Debug: $enable_debug])
 AC_MSG_NOTICE([  Warnings: $enable_compile_warnings])
 AC_MSG_NOTICE([  Readline: $lv_use_readline])
 AC_MSG_NOTICE([])