$NetBSD: patch-aa,v 1.6 2007/04/19 21:39:17 wiz Exp $

--- configure.orig	2007-03-22 21:46:19.000000000 +0000
+++ configure
@@ -22143,9 +22143,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
@@ -23995,8 +23995,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"
@@ -24005,7 +24005,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
