mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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_network" != "xyes" ; then
|
||||||
if test "x$with_nss_plugin" = "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
|
else
|
||||||
with_nss_plugin=no
|
with_nss_plugin=no
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user