14 lines
429 B
Text
14 lines
429 B
Text
|
$NetBSD: patch-aj,v 1.1 2007/11/09 05:26:43 bsadewitz Exp $
|
||
|
|
||
|
--- configure.orig 2007-11-08 22:19:01.000000000 -0500
|
||
|
+++ configure
|
||
|
@@ -5110,7 +5110,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"
|