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

Pino Toscano ptoscano at redhat.com
Fri Jul 7 15:37:29 UTC 2017


This error message refers to the lack of network, not to yajl.

Signed-off-by: Pino Toscano <ptoscano at 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




More information about the libvir-list mailing list