diff options
author | Dylan Baker <[email protected]> | 2016-05-31 13:31:44 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-05-31 15:09:06 -0700 |
commit | 604010a7edbe03ff65720cab8dddba1d0ca1571b (patch) | |
tree | a1be01b77833de51d5b8b2eda45b4e03d4b3d028 /configure.ac | |
parent | ab31817fedff4634c7daeb3eb04fac49d4625c54 (diff) |
Don't use python 3
Now there are not files that require python 3, so for now just remove
the python 3 dependency and use python 2. I think the right plan is to
just get all of the python ready for python 3, and then use whatever
python is available.
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
cc: 12.0 <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 173d6df3a46..33d1fefc543 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,6 @@ AM_PROG_CC_C_O AM_PROG_AS AX_CHECK_GNU_MAKE AC_CHECK_PROGS([PYTHON2], [python2.7 python2 python]) -AC_CHECK_PROGS([PYTHON3], [python3.5 python3.4 python3]) AC_PROG_SED AC_PROG_MKDIR_P @@ -142,12 +141,6 @@ else fi fi -if test -z "$PYTHON3"; then - if test ! -f "$srcdir/src/intel/genxml/gen9_pack.h"; then - AC_MSG_ERROR([Python3 not found - unable to generate sources]) - fi -fi - AC_PROG_INSTALL dnl We need a POSIX shell for parts of the build. Assume we have one @@ -2874,7 +2867,6 @@ if test "x$MESA_LLVM" = x1; then echo "" fi echo " PYTHON2: $PYTHON2" -echo " PYTHON3: $PYTHON3" echo "" echo " Run '${MAKE-make}' to build Mesa" |