Re: [libvirt] [PATCH 1/5] configure: Align messages

2015-04-15 Thread Peter Krempa
On Mon, Apr 13, 2015 at 16:33:48 +0200, Martin Kletzander wrote:
 The first two were a bit off.
 
 Signed-off-by: Martin Kletzander mklet...@redhat.com
 ---
  configure.ac | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

ACK,

Peter


signature.asc
Description: Digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 1/5] configure: Align messages

2015-04-13 Thread Martin Kletzander
The first two were a bit off.

Signed-off-by: Martin Kletzander mklet...@redhat.com
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 38fbbad..aed0934 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2966,8 +2966,8 @@ AC_MSG_NOTICE([pm-utils: $with_pm_utils])
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([Test suite])
 AC_MSG_NOTICE([])
-AC_MSG_NOTICE([   Coverage: $enable_coverage])
-AC_MSG_NOTICE([  Alloc OOM: $enable_oom])
+AC_MSG_NOTICE([ Coverage: $enable_coverage])
+AC_MSG_NOTICE([Alloc OOM: $enable_oom])
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([Miscellaneous])
 AC_MSG_NOTICE([])
-- 
2.3.5

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list