summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:25 -0600
commitf3cf754cc9c54fc1de34ef06110a6810d655390a (patch)
tree8737e258944c7afab6d75bb12c65a2d54074a400 /configure.in.in
parentdf7f6bd80367ffe8753aa6a11ad44b7e0e12e4f9 (diff)
downloadtdepowersave-f3cf754cc9c54fc1de34ef06110a6810d655390a.tar.gz
tdepowersave-f3cf754cc9c54fc1de34ef06110a6810d655390a.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.in b/configure.in.in
index 213e7a3..7cf2fb5 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -147,7 +147,7 @@ AC_DEFINE_UNQUOTED(DBUS_SYSTEM_BUS_SOCKET, ["$DBUS_SYSTEM_BUS_SOCKET"],
#check for PolicyKit version
LIBHAL_POLICYCHECK=no
-AC_CHECK_LIB([hal], [libhal_tqdevice_is_caller_privileged], [LIBHAL_POLICYCHECK=yes], [LIBHAL_POLICYCHECK=no])
+AC_CHECK_LIB([hal], [libhal_device_is_caller_privileged], [LIBHAL_POLICYCHECK=yes], [LIBHAL_POLICYCHECK=no])
if test "x$LIBHAL_POLICYCHECK" = "xyes"; then
AC_DEFINE([USE_LIBHAL_POLICYCHECK],1,[Set if should use libhal to check policy.])
fi