summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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 52b67b76..3ef1a99f 100644
--- a/configure.in
+++ b/configure.in
@@ -513,7 +513,7 @@ if test "x$enable_policy_kit" != "xno"; then
if test "x$enable_console_kit" = "xno"; then
AC_MSG_ERROR([PolicyKit support requires building with ConsoleKit support too])
fi
- PKG_CHECK_MODULES([POLKIT], [polkit >= 0.3],
+ PKG_CHECK_MODULES([POLKIT], [$polkit_module],
[AM_CONDITIONAL(HAVE_POLKIT, [true])
AC_DEFINE(HAVE_POLKIT, [], [Set if we use PolicyKit])]
[msg_polkit=yes],