]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix configure.ac message vertical alignment
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 9 Oct 2009 09:42:09 +0000 (10:42 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 9 Oct 2009 09:42:09 +0000 (10:42 +0100)
* configure.in: Align messages in configuration summary

configure.in

index be0fbd064fa2e2717863b0ec0cac5ffbb6cb79e5..518859de756c8a65e47c9b84eb1b84929c5aea23 100644 (file)
@@ -1822,7 +1822,7 @@ AC_MSG_NOTICE([])
 AC_MSG_NOTICE([Security Drivers])
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([ SELinux: $with_secdriver_selinux])
-AC_MSG_NOTICE([ AppArmor: $with_secdriver_apparmor])
+AC_MSG_NOTICE([AppArmor: $with_secdriver_apparmor])
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([Driver Loadable Modules])
 AC_MSG_NOTICE([])
@@ -1841,9 +1841,9 @@ else
 AC_MSG_NOTICE([ libcurl: no])
 fi
 if test "$with_libssh2" != "no" ; then
-AC_MSG_NOTICE([  libssh2: $LIBSSH2_CFLAGS $LIBSSH2_LIBS])
+AC_MSG_NOTICE([ libssh2: $LIBSSH2_CFLAGS $LIBSSH2_LIBS])
 else
-AC_MSG_NOTICE([  libssh2: no])
+AC_MSG_NOTICE([ libssh2: no])
 fi
 AC_MSG_NOTICE([  gnutls: $GNUTLS_CFLAGS $GNUTLS_LIBS])
 if test "$with_sasl" != "no" ; then
@@ -1871,9 +1871,9 @@ else
 AC_MSG_NOTICE([ selinux: no])
 fi
 if test "$with_apparmor" = "yes" ; then
-AC_MSG_NOTICE([ apparmor: $APPARMOR_CFLAGS $APPARMOR_LIBS])
+AC_MSG_NOTICE([apparmor: $APPARMOR_CFLAGS $APPARMOR_LIBS])
 else
-AC_MSG_NOTICE([ apparmor: no])
+AC_MSG_NOTICE([apparmor: no])
 fi
 if test "$with_numactl" = "yes" ; then
 AC_MSG_NOTICE([ numactl: $NUMACTL_CFLAGS $NUMACTL_LIBS])