mirror of https://gitee.com/openkylin/libvirt.git
Fix configure.ac message vertical alignment
* configure.in: Align messages in configuration summary
This commit is contained in:
parent
e1a2fe6af2
commit
ac33531a05
|
@ -1822,7 +1822,7 @@ AC_MSG_NOTICE([])
|
||||||
AC_MSG_NOTICE([Security Drivers])
|
AC_MSG_NOTICE([Security Drivers])
|
||||||
AC_MSG_NOTICE([])
|
AC_MSG_NOTICE([])
|
||||||
AC_MSG_NOTICE([ SELinux: $with_secdriver_selinux])
|
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([])
|
||||||
AC_MSG_NOTICE([Driver Loadable Modules])
|
AC_MSG_NOTICE([Driver Loadable Modules])
|
||||||
AC_MSG_NOTICE([])
|
AC_MSG_NOTICE([])
|
||||||
|
@ -1871,9 +1871,9 @@ else
|
||||||
AC_MSG_NOTICE([ selinux: no])
|
AC_MSG_NOTICE([ selinux: no])
|
||||||
fi
|
fi
|
||||||
if test "$with_apparmor" = "yes" ; then
|
if test "$with_apparmor" = "yes" ; then
|
||||||
AC_MSG_NOTICE([ apparmor: $APPARMOR_CFLAGS $APPARMOR_LIBS])
|
AC_MSG_NOTICE([apparmor: $APPARMOR_CFLAGS $APPARMOR_LIBS])
|
||||||
else
|
else
|
||||||
AC_MSG_NOTICE([ apparmor: no])
|
AC_MSG_NOTICE([apparmor: no])
|
||||||
fi
|
fi
|
||||||
if test "$with_numactl" = "yes" ; then
|
if test "$with_numactl" = "yes" ; then
|
||||||
AC_MSG_NOTICE([ numactl: $NUMACTL_CFLAGS $NUMACTL_LIBS])
|
AC_MSG_NOTICE([ numactl: $NUMACTL_CFLAGS $NUMACTL_LIBS])
|
||||||
|
|
Loading…
Reference in New Issue