--- configure.orig	2010-01-18 02:10:37.000000000 -0500
+++ configure	2010-01-18 02:10:56.000000000 -0500
@@ -10479,11 +10479,11 @@ py_exec_prefix=`$PYTHON -c "import sys; 
 
 
 
-if test "x$PYTHON_LIBS" == x; then
+if test "x$PYTHON_LIBS" = x; then
 	PYTHON_LIBS="-L${py_prefix}/lib${libdirsuffix} -lpython${PYTHON_VERSION}"
 fi
 
-if test "x$PYTHON_LIB_LOC" == x; then
+if test "x$PYTHON_LIB_LOC" = x; then
 	PYTHON_LIB_LOC="${py_prefix}/lib${libdirsuffix}"
 fi
 
