mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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:
parent
f50ba8e49f
commit
1df47a70fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user