[libvirt] [PATCH] configure: fix indentation in TLS priority result

Pavel Hrdina phrdina at redhat.com
Wed Jan 25 08:22:09 UTC 2017


On Tue, Jan 24, 2017 at 04:53:41PM +0100, Boris Fiuczynski wrote:
> Signed-off-by: Boris Fiuczynski <fiuczy at 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 at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20170125/67571aca/attachment-0001.sig>


More information about the libvir-list mailing list