summaryrefslogtreecommitdiff
path: root/configure.in.in
diff options
context:
space:
mode:
authorJérôme Guelfucci <jeromeg@xfce.org>2010-09-29 17:01:58 +0200
committerJérôme Guelfucci <jeromeg@xfce.org>2010-09-29 17:01:58 +0200
commit67f9e245b3f3a33b72b1f83b6f44519efc164798 (patch)
tree9a297135df40a1b6d9b5ad8ff8dadefad168120c /configure.in.in
parent124a5c3577297351fd145c15ca9b2da74116b21e (diff)
downloadxfce4-session-67f9e245b3f3a33b72b1f83b6f44519efc164798.tar.gz
Print gnome compat config options.
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in39
1 files changed, 28 insertions, 11 deletions
diff --git a/configure.in.in b/configure.in.in
index d5d0c5e2..54356a1b 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -281,33 +281,50 @@ dnl ***************************
echo
echo "Build Configuration:"
echo
-echo " * Debugging support: $enable_debug"
+echo " * Debugging support: $enable_debug"
if test x"$enable_gen_doc" = x"yes"; then
-echo " * Documentation: yes (generate)"
+echo " * Documentation: yes (generate)"
elif test -d "${srcdir}/doc/manual/html"; then
-echo " * Documentation: yes (in tarball)"
+echo " * Documentation: yes (in tarball)"
else
-echo " * Documentation: no"
+echo " * Documentation: no"
fi
if test x"$enable_upower" = x"yes"; then
-echo " * UPower support: yes"
+echo " * UPower support: yes"
else
-echo " * UPower support: no"
+echo " * UPower support: no"
fi
if test x"$enable_consolekit" = x"yes"; then
-echo " * Consolekit support: yes"
+echo " * Consolekit support: yes"
else
-echo " * Consolekit support: no"
+echo " * Consolekit support: no"
fi
if test x"$enable_polkit" = x"yes"; then
-echo " * Policykit support: yes"
+echo " * Policykit support: yes"
else
-echo " * Policykit support: no"
+echo " * Policykit support: no"
fi
if test x"$enable_legacy_sm" = x="yes"; then
echo " * Legacy session management: yes"
else
-echo " * Legacy session management: no"
+echo " * Legacy session management: no"
+fi
+if test x"$LIBXFCE4PANEL_FOUND" = x"yes"; then
+echo " * Panel plugin: yes"
+else
+echo " * Panel plugin: no"
+fi
+echo
+echo "Gnome compatibility:"
+if test x"$GNOME_FOUND" = x"yes"; then
+echo " * Assistive technologies support: yes"
+else
+echo " * Assistive technologies support: no"
+fi
+if test x"$GNOME_KEYRING_FOUND" = x"yes"; then
+echo " * Gnome Keyring support: yes"
+else
+echo " * Gnome Keyring support: no"
fi
echo