[PATCH 1/3] Fix == -> = in borne scripts, fixes user visable output
Benjamin Close
Benjamin.Close at clearchain.com
Wed Feb 25 18:35:16 PST 2009
Signed-off-by: Benjamin Close <Benjamin.Close at clearchain.com>
---
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in
index bba6c2d..94a925f 100644
--- a/configure.in
+++ b/configure.in
@@ -91,7 +91,7 @@ else
echo " Symbolic link(s) to legacy rules: $xkb_rules_symlink"
fi
-if test "$enable_compat_rules" == "yes" ; then
+if test "$enable_compat_rules" = "yes" ; then
echo " Compatibility rules are included"
else
echo " Compatibility rules are not included"
--
1.6.0.2
More information about the xorg-devel
mailing list