[libvirt] [PATCH] configure: fix typo in nss error message

Pino Toscano posted 1 patch 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170707153729.15666-1-ptoscano@redhat.com
m4/virt-nss.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] configure: fix typo in nss error message
Posted by Pino Toscano 6 years, 9 months ago
This error message refers to the lack of network, not to yajl.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
---
 m4/virt-nss.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/virt-nss.m4 b/m4/virt-nss.m4
index 8840e7b..951a74e 100644
--- a/m4/virt-nss.m4
+++ b/m4/virt-nss.m4
@@ -37,7 +37,7 @@ AC_DEFUN([LIBVIRT_CHECK_NSS],[
 
     if test "x$with_network" != "xyes" ; then
       if test "x$with_nss_plugin" = "xyes" ; then
-        AC_MSG_ERROR([Can't build nss plugin without yajl])
+        AC_MSG_ERROR([Can't build nss plugin without network])
       else
         with_nss_plugin=no
       fi
-- 
2.9.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] configure: fix typo in nss error message
Posted by Peter Krempa 6 years, 9 months ago
On Fri, Jul 07, 2017 at 17:37:29 +0200, Pino Toscano wrote:
> This error message refers to the lack of network, not to yajl.
> 
> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
> ---
>  m4/virt-nss.m4 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list