$NetBSD: patch-aa,v 1.2 2007/02/23 22:22:38 gdt Exp $

--- configure.orig	2007-02-16 08:57:36.000000000 -0700
+++ configure
@@ -28245,13 +28245,13 @@ fi
 
 echo "$as_me:$LINENO: checking for special pymod link hacks" >&5
 echo $ECHO_N "checking for special pymod link hacks... $ECHO_C" >&6
-if test ! -z "`uname | grep Darwin`" -a ${with_libtool} == no ; then
+if test ! -z "`uname | grep Darwin`" -a ${with_libtool} = no ; then
     echo "$as_me:$LINENO: result: darwin-nonlibtool" >&5
 echo "${ECHO_T}darwin-nonlibtool" >&6
 
     PY_LD_SHARED='g++ -bundle -framework Python'
     PY_SO_EXT='so'
-elif test ! -z "`uname | grep Darwin`" -a ${with_libtool} == yes ; then
+elif test ! -z "`uname | grep Darwin`" -a ${with_libtool} = yes ; then
     echo "$as_me:$LINENO: result: darwin-libtool" >&5
 echo "${ECHO_T}darwin-libtool" >&6
 
