$OpenBSD: patch-configure,v 1.3 2011/06/22 12:53:12 landry Exp $
ensure MODPY_BIN is picked to try detecting setuptools
--- configure.orig	Fri Jan 14 06:19:06 2011
+++ configure	Mon Jun 20 22:18:34 2011
@@ -24382,7 +24382,7 @@ $as_echo_n "checking for python setuptools... " >&6; }
   print 1
 except ImportError:
   pass'
-  PY_HAVE_SETUPTOOLS=`python -c "$SETUPTEST"`
+  PY_HAVE_SETUPTOOLS=`${MODPY_BIN} -c "$SETUPTEST"`
   if test "$PY_HAVE_SETUPTOOLS" = "1"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
 $as_echo "found" >&6; }
