summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:39:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:39:11 -0600
commitc36a2855c42ea04c7c1965228507e874426fd7e6 (patch)
tree33edee1823c5fbe6c7dac74562bf10a572606324 /configure.in.in
parenta6a8ad44b48bdfff1a1a3123097a84f23105f64b (diff)
downloadtdepowersave-c36a2855c42ea04c7c1965228507e874426fd7e6.tar.gz
tdepowersave-c36a2855c42ea04c7c1965228507e874426fd7e6.zip
Remove additional unneeded tq method conversions
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