[Xfce4-commits] <xfce4-session:master> Print gnome compat config options.

Jérôme Guelfucci noreply at xfce.org
Wed Sep 29 17:04:02 CEST 2010


Updating branch refs/heads/master
         to 67f9e245b3f3a33b72b1f83b6f44519efc164798 (commit)
       from 124a5c3577297351fd145c15ca9b2da74116b21e (commit)

commit 67f9e245b3f3a33b72b1f83b6f44519efc164798
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Wed Sep 29 17:01:58 2010 +0200

    Print gnome compat config options.

 configure.in.in |   39 ++++++++++++++++++++++++++++-----------
 1 files changed, 28 insertions(+), 11 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index d5d0c5e..54356a1 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



More information about the Xfce4-commits mailing list