]> xenbits.xensource.com Git - libvirt.git/commitdiff
configure: fix typo in nss error message
authorPino Toscano <ptoscano@redhat.com>
Fri, 7 Jul 2017 15:37:29 +0000 (17:37 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 10 Jul 2017 08:00:43 +0000 (10:00 +0200)
This error message refers to the lack of network, not to yajl.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
m4/virt-nss.m4

index 8840e7b243da7211e5e2053553ff077173076989..951a74e835bcc014d306a435875551883c828f69 100644 (file)
@@ -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