build: remove WITH_YAJL2

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Ján Tomko 2019-04-03 00:04:13 +02:00
parent 66460e32e6
commit f13bf4518b
2 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@
# undef WITH_SYSTEMD_DAEMON
# undef WITH_VIRTUALPORT
# undef WITH_YAJL
# undef WITH_YAJL2
#endif
/*

View 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],[