$NetBSD: patch-ai,v 1.1 2010/04/09 01:33:43 obache Exp $

* portability fix.
  http://bugs.libming.org/show_bug.cgi?id=110

--- configure.orig	2010-02-06 21:53:28.000000000 +0000
+++ configure
@@ -4636,7 +4636,7 @@ echo $ECHO_N "checking for Python librar
 		py_version=`$PYTHON -c "from distutils.sysconfig import *; \
 			from string import join; \
 			print join(get_config_vars('VERSION'))"`
-		if test "$py_version" == "None"; then
+		if test "$py_version" = "None"; then
 			if test -n "$PYTHON_VERSION"; then
 				py_version=$PYTHON_VERSION
 			else
