diff options
Diffstat (limited to 'x11/libxklavier/files/patch-configure')
-rw-r--r-- | x11/libxklavier/files/patch-configure | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/x11/libxklavier/files/patch-configure b/x11/libxklavier/files/patch-configure deleted file mode 100644 index d6d10d94182c..000000000000 --- a/x11/libxklavier/files/patch-configure +++ /dev/null @@ -1,35 +0,0 @@ ---- configure.orig Sat Nov 4 15:13:39 2006 -+++ configure Sat Nov 4 15:14:10 2006 -@@ -23045,9 +23045,9 @@ fi - - { echo "$as_me:$LINENO: checking whether at least one libxklavier backend is enabled" >&5 - echo $ECHO_N "checking whether at least one libxklavier backend is enabled... $ECHO_C" >&6; } --if test \( "$enable_xkb_support" == "yes" -a \ -- "$libxkbfile_present" == "yes" \) -o \ -- "$enable_xmodmap_support" == "yes" ; then -+if test \( "$enable_xkb_support" = "yes" -a \ -+ "$libxkbfile_present" = "yes" \) -o \ -+ "$enable_xmodmap_support" = "yes" ; then - { echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6; } - else -@@ -24885,8 +24885,8 @@ fi - - echo '**********************************************************' - echo ' Libxklavier is configured with the following backends:' --if test "$enable_xkb_support" == "yes" ; then -- if test "$libxkbfile_present" == "yes" ; then -+if test "$enable_xkb_support" = "yes" ; then -+ if test "$libxkbfile_present" = "yes" ; then - echo " XKB, libxkbfile is present" - echo " default ruleset: $xkb_default_ruleset" - echo " base: $xkb_base" -@@ -24894,7 +24894,7 @@ if test "$enable_xkb_support" == "yes" ; - echo " XKB, libxkbfile is NOT present" - fi - fi --if test "$enable_xmodmap_support" == "yes" ; then -+if test "$enable_xmodmap_support" = "yes" ; then - echo " xmodmap, default ruleset: $xmodmap_default_ruleset" - echo " base: $xmodmap_base" - fi |