diff options
Diffstat (limited to 'x11/xkeyboard-config/files/patch-configure')
-rw-r--r-- | x11/xkeyboard-config/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xkeyboard-config/files/patch-configure b/x11/xkeyboard-config/files/patch-configure new file mode 100644 index 000000000000..c7d7ce26efb3 --- /dev/null +++ b/x11/xkeyboard-config/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-02-08 23:52:05.000000000 -0500 ++++ configure 2008-02-08 23:52:12.000000000 -0500 +@@ -7456,7 +7456,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" |