mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
66460e32e6
commit
f13bf4518b
@ -44,7 +44,6 @@
|
|||||||
# undef WITH_SYSTEMD_DAEMON
|
# undef WITH_SYSTEMD_DAEMON
|
||||||
# undef WITH_VIRTUALPORT
|
# undef WITH_VIRTUALPORT
|
||||||
# undef WITH_YAJL
|
# undef WITH_YAJL
|
||||||
# undef WITH_YAJL2
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -25,7 +25,6 @@ AC_DEFUN([LIBVIRT_CHECK_YAJL],[
|
|||||||
dnl YAJL JSON library http://lloyd.github.com/yajl/
|
dnl YAJL JSON library http://lloyd.github.com/yajl/
|
||||||
|
|
||||||
LIBVIRT_CHECK_PKG([YAJL], [yajl], [2.0.3])
|
LIBVIRT_CHECK_PKG([YAJL], [yajl], [2.0.3])
|
||||||
AC_DEFINE_UNQUOTED([WITH_YAJL2], 1, [whether YAJL2 is enabled])
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_DEFUN([LIBVIRT_RESULT_YAJL],[
|
AC_DEFUN([LIBVIRT_RESULT_YAJL],[
|
||||||
|
Loading…
Reference in New Issue
Block a user