From: Ján Tomko Date: Tue, 2 Apr 2019 22:04:13 +0000 (+0200) Subject: build: remove WITH_YAJL2 X-Git-Tag: v5.3.0-rc1~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f13bf4518be5674c49be838fc16683aa7ad89207;p=thirdparty%2Flibvirt.git build: remove WITH_YAJL2 Signed-off-by: Ján Tomko Reviewed-by: Daniel P. Berrangé --- 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],[