summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2007-10-10 17:41:59 +0200
committerCarlos Garnacho <carlosg@gnome.org>2007-10-10 17:41:59 +0200
commit299a21ea7eb69bbcbc7d6de883ac4b2f6c75e1e3 (patch)
tree0638dc54de37bf7cab3a1a470154199fb2fea70f /configure.in
parentd048ca5738ed0518d0494a43ea7dd7c5d0237c28 (diff)
Set PolicyKit version to 0.5 instead of 0.5.0 to avoid possible brokenness
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6a68549..c474bb8 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ AC_PROG_LIBTOOL
DBUS_REQUIRED=0.35
GLIB_REQUIRED=2.4.0
-POLICYKIT_REQUIRED=0.5.0
+POLICYKIT_REQUIRED=0.5
dnl get prefix in $prefix, yes, this sucks
if test "x$prefix" = "xNONE"; then