]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Default to with_polkit
authorMark McLoughlin <markmc@redhat.com>
Tue, 28 Jul 2009 18:13:33 +0000 (19:13 +0100)
committerMark McLoughlin <markmc@redhat.com>
Tue, 28 Jul 2009 18:29:59 +0000 (19:29 +0100)
Unless there's some reason we shouldn't

libvirt.spec.in

index d5bd2685d2eb40a2a5ef53e8cfda5c2823530d9d..18c87a2aa4b3d44be2fad379339fe82529c2423d 100644 (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}