From f13bf4518be5674c49be838fc16683aa7ad89207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Wed, 3 Apr 2019 00:04:13 +0200 Subject: [PATCH] build: remove WITH_YAJL2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ján Tomko Reviewed-by: Daniel P. Berrangé --- 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],[