configure: fix typo in nss error message

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

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
Pino Toscano 2017-07-07 17:37:29 +02:00 committed by Peter Krempa
parent f50ba8e49f
commit 1df47a70fb

View 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