diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -20,7 +20,8 @@ Requirements for HAL 0.5.10 "": - libsmbios >= 0.13.4 (optional, for DELL machines, Linux only) - dellWirelessCtl >= 0.13.4 (optional, for Dell machines, must live in /usr/bin/, Linux only) - gperf >= ?????? (optional, for Re-map multimedia keys, Linux only) - - ConsoleKit >= 0.2.0 + - PolicyKit >= 0.4 (optional) + - ConsoleKit >= 0.2.0 (optional, needed if use PolicyKit) - pm-utils >= 0.99.2 or newer (optional) 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], |