Default to with_polkit

Unless there's some reason we shouldn't
This commit is contained in:
Mark McLoughlin 2009-07-28 19:13:33 +01:00
parent e3f0cae719
commit 6a9948c018

View File

@ -8,8 +8,7 @@
%define with_vbox 0%{!?_without_vbox:1}
%define with_sasl 0%{!?_without_sasl:1}
%define with_avahi 0%{!?_without_avahi:1}
# default to off
%define with_polkit 0%{!?_without_polkit:0}
%define with_polkit 0%{!?_without_polkit:1}
%define with_python 0%{!?_without_python:1}
%define with_libvirtd 0%{!?_without_libvirtd:1}
%define with_uml 0%{!?_without_uml:1}