[Mesa-dev] [PATCH v2 1/2] configure: allow building with python3

Emil Velikov emil.l.velikov at gmail.com
Wed Oct 31 13:06:52 UTC 2018


On Wed, 31 Oct 2018 at 11:29, Eric Engestrom <eric.engestrom at 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


More information about the mesa-dev mailing list