[Xfce4-commits] <xfce4-session:master> Fix the check for legacy sm.
Jérôme Guelfucci
noreply at xfce.org
Wed Sep 29 17:04:03 CEST 2010
Updating branch refs/heads/master
to 8e192f945cb01eba2bcf7e042f4a6dc5f8ec0747 (commit)
from 67f9e245b3f3a33b72b1f83b6f44519efc164798 (commit)
commit 8e192f945cb01eba2bcf7e042f4a6dc5f8ec0747
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Wed Sep 29 17:02:58 2010 +0200
Fix the check for legacy sm.
configure.in.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 54356a1..bce4e45 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -304,8 +304,8 @@ echo " * Policykit support: yes"
else
echo " * Policykit support: no"
fi
-if test x"$enable_legacy_sm" = x="yes"; then
-echo " * Legacy session management: yes"
+if test x"$enable_legacy_sm" = x"yes"; then
+echo " * Legacy session management: yes"
else
echo " * Legacy session management: no"
fi
More information about the Xfce4-commits
mailing list