--- configure.orig	2006-12-17 15:27:45.000000000 +0100
+++ configure	2012-02-19 20:23:04.014494956 +0100
@@ -20681,7 +20681,7 @@
 		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