configure: fix indentation in TLS priority result

Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
This commit is contained in:
Boris Fiuczynski 2017-01-24 16:53:41 +01:00 committed by Michal Privoznik
parent bd12889616
commit 16dd2f030a

View File

@ -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])
])