Signed-off-by: Benjamin Close <[email protected]> --- 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 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
