mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00:00
m4/virt: use LIBVIRT_RESULT macro instead of AC_MSG_NOTICE
The LIBVIRT_RESULT does a nice formatting of the output and ensures that the format is unified. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
c093fb1fdc
commit
ec1a663195
@ -56,5 +56,5 @@ dnl Build with gnulib's getopt which contains a reentrant interface
|
||||
AC_DEFUN([gl_REPLACE_GETOPT_ALWAYS], [])
|
||||
|
||||
AC_DEFUN([LIBVIRT_DRIVER_RESULT_BHYVE],[
|
||||
AC_MSG_NOTICE([ Bhyve: $with_bhyve])
|
||||
LIBVIRT_RESULT([Bhyve], [$with_bhyve])
|
||||
])
|
||||
|
@ -51,5 +51,5 @@ AC_DEFUN([LIBVIRT_DRIVER_CHECK_UML],[
|
||||
])
|
||||
|
||||
AC_DEFUN([LIBVIRT_DRIVER_RESULT_UML],[
|
||||
AC_MSG_NOTICE([ UML: $with_uml])
|
||||
LIBVIRT_RESULT([UML], [$with_uml])
|
||||
])
|
||||
|
@ -42,5 +42,5 @@ AC_DEFUN([LIBVIRT_DRIVER_CHECK_VZ],[
|
||||
])
|
||||
|
||||
AC_DEFUN([LIBVIRT_DRIVER_RESULT_VZ],[
|
||||
AC_MSG_NOTICE([ vz: $with_vz])
|
||||
LIBVIRT_RESULT([vz], [$with_vz])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user