[Xfce4-commits] [xfce/xfce4-session] 01/01: Report optional dependency on polkit (Bug #12761)
noreply at xfce.org
noreply at xfce.org
Mon Jun 24 21:48:52 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-session.
commit 46279a614e58c9d4f89eef4f0e60735e799462ed
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date: Mon Jun 24 11:51:46 2019 +0200
Report optional dependency on polkit (Bug #12761)
---
configure.ac.in | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/configure.ac.in b/configure.ac.in
index 8a16daa..3d50a3c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -207,6 +207,11 @@ echo
echo "Build Configuration:"
echo
echo " * Debugging support: $enable_debug"
+if test x"$POLKIT_FOUND" = x"yes"; then
+echo " * Polkit/PolicyKit support: yes"
+else
+echo " * Polkit/PolicyKit support: no"
+fi
if test x"$enable_legacy_sm" = x"yes"; then
echo " * Legacy session management: yes"
else
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list