diff options
author | Theo Linkspfeifer <lastonestanding@tutanota.com> | 2019-06-24 11:51:46 +0200 |
---|---|---|
committer | Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at> | 2019-06-24 21:48:18 +0200 |
commit | 46279a614e58c9d4f89eef4f0e60735e799462ed (patch) | |
tree | 210bd570f50528cd433d3af90465d40e512a39df /configure.ac.in | |
parent | 7a7dd5c60d016b398b3ffd011cb77450e3ba41a6 (diff) | |
download | xfce4-session-46279a614e58c9d4f89eef4f0e60735e799462ed.tar.gz |
Report optional dependency on polkit (Bug #12761)
Diffstat (limited to 'configure.ac.in')
-rw-r--r-- | configure.ac.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac.in b/configure.ac.in index 8a16daa7..3d50a3c7 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 |