
On Tue, Jan 24, 2017 at 04:53:41PM +0100, Boris Fiuczynski wrote:
Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> --- m4/virt-tls-priority.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/virt-tls-priority.m4 b/m4/virt-tls-priority.m4 index f7a6c56..44d9f68 100644 --- a/m4/virt-tls-priority.m4 +++ b/m4/virt-tls-priority.m4 @@ -29,5 +29,5 @@ AC_DEFUN([LIBVIRT_CHECK_TLS_PRIORITY], [ ])
AC_DEFUN([LIBVIRT_RESULT_TLS_PRIORITY], [ - LIBVIRT_RESULT([TLS priority], [$with_tls_priority]) + LIBVIRT_RESULT([ TLS priority], [$with_tls_priority])
This is not a proper fix. LIBVIRT_RESULT already adjust the indentation. Proper fix would be to introduce for example LIBVIRT_RESULT_LONG macro that will be used for these long results because the whole point of this macro is to not worry about manually adjusting indentation. Pavel
]) -- 2.5.5
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list