[libvirt] [PATCH 06/10] build: remove WITH_YAJL2

Ján Tomko posted 10 patches 6 years, 8 months ago
[libvirt] [PATCH 06/10] build: remove WITH_YAJL2
Posted by Ján Tomko 6 years, 8 months ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 config-post.h   | 1 -
 m4/virt-yajl.m4 | 1 -
 2 files changed, 2 deletions(-)

diff --git a/config-post.h b/config-post.h
index 54731feff7..093f84a7ce 100644
--- a/config-post.h
+++ b/config-post.h
@@ -44,7 +44,6 @@
 # undef WITH_SYSTEMD_DAEMON
 # undef WITH_VIRTUALPORT
 # undef WITH_YAJL
-# undef WITH_YAJL2
 #endif
 
 /*
diff --git a/m4/virt-yajl.m4 b/m4/virt-yajl.m4
index dfc920d1f2..494e722963 100644
--- a/m4/virt-yajl.m4
+++ b/m4/virt-yajl.m4
@@ -25,7 +25,6 @@ AC_DEFUN([LIBVIRT_CHECK_YAJL],[
   dnl YAJL JSON library http://lloyd.github.com/yajl/
 
   LIBVIRT_CHECK_PKG([YAJL], [yajl], [2.0.3])
-  AC_DEFINE_UNQUOTED([WITH_YAJL2], 1, [whether YAJL2 is enabled])
 ])
 
 AC_DEFUN([LIBVIRT_RESULT_YAJL],[
-- 
2.19.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 06/10] build: remove WITH_YAJL2
Posted by Daniel P. Berrangé 6 years, 8 months ago
On Wed, Apr 03, 2019 at 07:40:21AM +0200, Ján Tomko wrote:
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> ---
>  config-post.h   | 1 -
>  m4/virt-yajl.m4 | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/config-post.h b/config-post.h
> index 54731feff7..093f84a7ce 100644
> --- a/config-post.h
> +++ b/config-post.h
> @@ -44,7 +44,6 @@
>  # undef WITH_SYSTEMD_DAEMON
>  # undef WITH_VIRTUALPORT
>  # undef WITH_YAJL
> -# undef WITH_YAJL2
>  #endif
>  
>  /*
> diff --git a/m4/virt-yajl.m4 b/m4/virt-yajl.m4
> index dfc920d1f2..494e722963 100644
> --- a/m4/virt-yajl.m4
> +++ b/m4/virt-yajl.m4
> @@ -25,7 +25,6 @@ AC_DEFUN([LIBVIRT_CHECK_YAJL],[
>    dnl YAJL JSON library http://lloyd.github.com/yajl/
>  
>    LIBVIRT_CHECK_PKG([YAJL], [yajl], [2.0.3])
> -  AC_DEFINE_UNQUOTED([WITH_YAJL2], 1, [whether YAJL2 is enabled])
>  ])
>  
>  AC_DEFUN([LIBVIRT_RESULT_YAJL],[

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list