From 6a9948c0185a8169d54a584aef5adda5a2d40a85 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 28 Jul 2009 19:13:33 +0100 Subject: [PATCH] Default to with_polkit Unless there's some reason we shouldn't --- libvirt.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}