
16 Dec
2016
16 Dec
'16
8:14 p.m.
On Fri, Dec 16, 2016 at 21:11:57 +0100, Jiri Denemark wrote:
On Fri, Dec 16, 2016 at 10:10:32 +0100, Pavel Hrdina wrote:
All checks that prints result at the end of configure uses LIBVIRT_RESULT_${CHECK_NAME}. Create those macros for remaining check.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- configure.ac | 4 ++-- m4/virt-host-validate.m4 | 4 ++++ m4/virt-login-shell.m4 | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-)
ACK
Actually, my fingers were faster than my brain. Why don't you use LIBVIRT_RESULT rather than AC_MSG_NOTICE. ACK if you change it. Jirka