$NetBSD: patch-aa,v 1.5 2006/09/15 15:11:53 jmmv Exp $

--- configure.orig	2006-08-30 15:57:39.000000000 +0200
+++ configure
@@ -21651,9 +21651,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
@@ -23531,8 +23531,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"
@@ -23540,7 +23540,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
