$NetBSD: patch-ab,v 1.7 2006/10/17 09:33:15 markd Exp $

--- configure.orig	2006-10-08 12:08:50.000000000 +1300
+++ configure
@@ -41734,7 +41734,7 @@ fi
 
 
 
-if test "x$compile_kexi_macros_plugin" == "xyes"; then
+if test "x$compile_kexi_macros_plugin" = "xyes"; then
   compile_kexi_macros_plugin_TRUE=
   compile_kexi_macros_plugin_FALSE='#'
 else
@@ -41743,7 +41743,7 @@ else
 fi
 
 
-if test "$compile_kexi_macros_plugin" == "yes"; then
+if test "$compile_kexi_macros_plugin" = "yes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define KEXI_MACROS_SUPPORT 1
@@ -42176,6 +42176,10 @@ else
   version=""2.5""
 fi
 
+if test -n "${PYVERSSUFFIX}"; then
+  version="${PYVERSSUFFIX}"
+fi
+
 { echo "$as_me:$LINENO: checking for Python$version" >&5
 echo $ECHO_N "checking for Python$version... $ECHO_C" >&6; }
 
