From eb41779583bbc934442e079760d70b805acd55fc Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 15 May 2009 15:32:22 -0400 Subject: [PATCH] Mention /usr/bin/pkexec in the configure blurb --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index d982e65..14c5d33 100644 --- a/configure.ac +++ b/configure.ac @@ -475,3 +475,7 @@ echo "NOTE: The file ${libexecdir}/polkit-agent-helper-1 must be owned" echo " by root and have mode 4755 (setuid root binary)" echo +echo "NOTE: The file ${bindir}/pkexec must be owned by root and" +echo " have mode 4755 (setuid root binary)" +echo + -- 2.7.4