From: Mark McLoughlin Date: Tue, 28 Jul 2009 18:13:33 +0000 (+0100) Subject: Default to with_polkit X-Git-Tag: v0.7.0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a9948c0185a8169d54a584aef5adda5a2d40a85;p=thirdparty%2Flibvirt.git Default to with_polkit Unless there's some reason we shouldn't --- diff --git a/libvirt.spec.in b/libvirt.spec.in index d5bd2685d2..18c87a2aa4 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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}