
11 May
2018
11 May
'18
10 a.m.
On Thu, May 10, 2018 at 18:44:20 +0200, Ján Tomko wrote:
--- m4/virt-nss.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/m4/virt-nss.m4 b/m4/virt-nss.m4 index 951a74e835..6dc0d663b9 100644 --- a/m4/virt-nss.m4 +++ b/m4/virt-nss.m4 @@ -27,9 +27,9 @@ AC_DEFUN([LIBVIRT_CHECK_NSS],[ bsd_nss=no fail=0 if test "x$with_nss_plugin" != "xno" ; then - if test "x$with_yajl" != "xyes" ; then + if test "x$with_jansson" != "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 JSON])
JSON support
else with_nss_plugin=no fi
ACK to this bit as well.