提交 1df47a70 编写于 作者: P Pino Toscano 提交者: Peter Krempa

configure: fix typo in nss error message

This error message refers to the lack of network, not to yajl.
Signed-off-by: NPino Toscano <ptoscano@redhat.com>
上级 f50ba8e4
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册