$OpenBSD: patch-configure,v 1.2 2010/11/21 09:37:40 landry Exp $
ensure MODPY_BIN is picked to try detecting setuptools
--- configure.orig	Sun Nov  7 19:28:49 2010
+++ configure	Wed Nov 17 20:31:42 2010
@@ -23256,7 +23256,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; }
