diff --git a/m4/virt-nss.m4 b/m4/virt-nss.m4 index 8840e7b243..951a74e835 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