[libvirt] [PATCHv2 08/12] FIXUP: make nss depend on Jansson instead of yajl

Ján Tomko posted 12 patches 7 years, 7 months ago
[libvirt] [PATCHv2 08/12] FIXUP: make nss depend on Jansson instead of yajl
Posted by Ján Tomko 7 years, 7 months ago
---
 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])
       else
         with_nss_plugin=no
       fi
-- 
2.16.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCHv2 08/12] FIXUP: make nss depend on Jansson instead of yajl
Posted by Peter Krempa 7 years, 7 months ago
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.
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list