27 lines
862 B
Diff
27 lines
862 B
Diff
From 8eaf47db02668c5bb243a1442438894790ad7033 Mon Sep 17 00:00:00 2001
|
|
From: Christopher Aillon <caillon@redhat.com>
|
|
Date: Sat, 29 Aug 2009 12:00:01 -0700
|
|
Subject: [PATCH] Use correct configure test for newer polkit
|
|
|
|
s/polkit-action/pkaction/
|
|
---
|
|
configure.ac | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 066b8a1..7b03a63 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -588,7 +588,7 @@ AC_ARG_WITH([security_framework],
|
|
[Default security framework to use polkit,dummy]))
|
|
# try and guess this if nothing is listed
|
|
if test x$with_security_framework = x; then
|
|
- if test -f /usr/bin/polkit-action ; then
|
|
+ if test -f /usr/bin/pkaction ; then
|
|
with_security_framework=polkit
|
|
else
|
|
AC_MSG_ERROR([--with-security-framework explicitly required when not using PolicyKit or RBAC])
|
|
--
|
|
1.6.4
|
|
|