[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] PATCH: 22/25: Make configure output aligned
- From: "Daniel P. Berrange" <berrange redhat com>
- To: libvir-list redhat com
- Subject: Re: [libvirt] PATCH: 22/25: Make configure output aligned
- Date: Tue, 13 Jan 2009 17:47:49 +0000
The configure output looked untidy, so this aligns things
correctly.
configure.in | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Daniel
diff --git a/configure.in b/configure.in
--- a/configure.in
+++ b/configure.in
@@ -1333,24 +1333,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])
@@ -1360,12 +1360,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([])
--
|: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]