705c95b5ed
Tested in an amd64 bulk build and on sparc64.
14 lines
558 B
Plaintext
14 lines
558 B
Plaintext
$OpenBSD: patch-configure,v 1.5 2012/10/18 07:09:29 landry Exp $
|
|
ensure MODPY_BIN is picked to try detecting setuptools
|
|
--- configure.orig Tue Oct 9 02:58:28 2012
|
|
+++ configure Wed Oct 17 14:06:25 2012
|
|
@@ -27340,7 +27340,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; }
|