[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Can't ./configure latest git
Worked around with the following: ~git/xen master ± git diff diff --git a/tools/configure b/tools/configure index 7a57e6562d..874498ad80 100755 --- a/tools/configure +++ b/tools/configure @@ -6859,7 +6859,7 @@ if echo "$PYTHON" | grep -q "^/"; then : PYTHON=`basename $PYTHONPATH` elif test -z "$PYTHON"; then : - PYTHON="python" + PYTHON="python2" else as_fn_error $? "PYTHON specified, but is not an absolute path" "$LINENO" 5 fi Not sure if this is ideal. On Mon, Apr 3, 2017 at 7:18 PM Duncan X. Simpson <virtualdxs@xxxxxxxxx> wrote:
-- Duncan X. Simpson, K7DXS _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |