On Wed, 31 Oct 2018 at 11:29, Eric Engestrom <eric.engest...@intel.com> wrote:
> > --- a/configure.ac > > +++ b/configure.ac > > @@ -124,9 +124,7 @@ AC_PROG_GREP > > AC_PROG_NM > > AM_PROG_AS > > AX_CHECK_GNU_MAKE > > -AM_PATH_PYTHON([2.7],, [:]) > > -PYTHON2=$PYTHON > > -AC_SUBST([PYTHON2]) > > +AM_PATH_PYTHON([2.7],, [AM_PATH_PYTHON([3.4],, [:])]) > > I assume this is the only line that changed, so my ack still stands :) > Yes it is. Thanks > This now could only fail on systems that have python3 but not python2, > and those systems couldn't use autotools previously so that means > no regression possible :P > No regression indeed. As Dylan fixes the issue, I'm planning to flip the toggle to python3. Everyone who uses mesa-git has it already. -Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev