On Thu, Feb 26, 2009 at 01:05:16PM +1030, Benjamin Close wrote: > 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
Acked-by: Peter Hutterer <[email protected]> Cheers, Peter _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
