# A few optional bits off by default, we enable later
%define with_fuse 0%{!?_without_fuse:0}
-%define with_yajl 0%{!?_without_yajl:0}
%define with_nwfilter 0%{!?_without_nwfilter:0}
%define with_libpcap 0%{!?_without_libpcap:0}
%define with_macvtap 0%{!?_without_macvtap:0}
%define with_fuse 0%{!?_without_fuse:1}
%endif
-%define with_yajl 0%{!?_without_yajl:1}
-
# Enable sanlock library for lock management with QEMU
# Sanlock is available only on arches where kvm is available for RHEL
%if 0%{?fedora}
BuildRequires: libudev-devel >= 145
%endif
BuildRequires: libpciaccess-devel >= 0.10.9
-%if %{with_yajl}
BuildRequires: yajl-devel
-%endif
%if %{with_sanlock}
BuildRequires: sanlock-devel >= 2.4
%endif
%define _without_selinux --without-selinux
%endif
-%if ! %{with_yajl}
- %define _without_yajl --without-yajl
-%endif
-
%if ! %{with_sanlock}
%define _without_sanlock --without-sanlock
%endif
--without-apparmor \
--without-hal \
--with-udev \
- %{?_without_yajl} \
+ --with-yajl \
%{?_without_sanlock} \
%{?_without_libpcap} \
%{?_without_macvtap} \