]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: remove WITH_YAJL2
authorJán Tomko <jtomko@redhat.com>
Tue, 2 Apr 2019 22:04:13 +0000 (00:04 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 3 Apr 2019 11:30:47 +0000 (13:30 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
config-post.h
m4/virt-yajl.m4

index 54731feff747ef83dc4aeb49508ecce345efcc00..093f84a7ce2eccb8fc5433f7f5fce1cc78bc9ed7 100644 (file)
@@ -44,7 +44,6 @@
 # undef WITH_SYSTEMD_DAEMON
 # undef WITH_VIRTUALPORT
 # undef WITH_YAJL
-# undef WITH_YAJL2
 #endif
 
 /*
index dfc920d1f2883fd7d99e7b6c54a4abf76f53c9d3..494e722963c99114f47c8a045a7c6f61d6fc33e7 100644 (file)
@@ -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],[