summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2010-11-04 19:06:46 -0400
committerMartin Pitt <martin.pitt@ubuntu.com>2010-11-04 19:06:46 -0400
commit809eefc1453871f5a48871b2dde71face2f247f9 (patch)
tree9334a75a478a6b820ad1b646e37cf72d9f46d5ae /configure.ac
parentd1e6e48ad335c471305f7195f1acba275d114696 (diff)
downloadupower-809eefc1453871f5a48871b2dde71face2f247f9.tar.gz
Drop check for polkit-backend again
This was introduced in 0660e5d2, but we don't use polkit-backend anywhere.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d3aabbb..20efcf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,7 +159,6 @@ PKG_CHECK_MODULES(POLKIT, \
has_new_polkit=no)
if test x$has_new_polkit = xno; then
PKG_CHECK_MODULES(POLKIT, \
- polkit-backend-1 \
polkit-gobject-1 >= 0.91)
else
AC_DEFINE(USE_SECURITY_POLKIT_NEW, 1, [if we should use PolicyKits new API])