summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:03 -0600
commit80f772ad054f92e81e0eb3bc7319a32e8a4e8a05 (patch)
treeaf9a620cca9e626f475b3dac43160735288f43a4 /configure.in.in
parentf3cf754cc9c54fc1de34ef06110a6810d655390a (diff)
downloadtdepowersave-80f772ad054f92e81e0eb3bc7319a32e8a4e8a05.tar.gz
tdepowersave-80f772ad054f92e81e0eb3bc7319a32e8a4e8a05.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f3cf754cc9c54fc1de34ef06110a6810d655390a.
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 7cf2fb5..213e7a3 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_device_is_caller_privileged], [LIBHAL_POLICYCHECK=yes], [LIBHAL_POLICYCHECK=no])
+AC_CHECK_LIB([hal], [libhal_tqdevice_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