From: Jonathan Gray Date: Sun, 6 Dec 2015 05:11:05 +0000 (+1100) Subject: configure: check for python2.7 for PYTHON2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ef44bb484cbc0336d4fdcb8edce889ed1283732;p=mesa.git configure: check for python2.7 for PYTHON2 Check for a 'python2.7' binary, 'python' and 'python2' are not provided by the OpenBSD python 2.7.x packages. Signed-off-by: Jonathan Gray Cc: "11.0 11.1" Reviewed-by: Emil Velikov --- diff --git a/configure.ac b/configure.ac index 7a3c7cd2faf..adc582b9581 100644 --- a/configure.ac +++ b/configure.ac @@ -98,7 +98,7 @@ AC_PROG_CXX AM_PROG_CC_C_O AM_PROG_AS AX_CHECK_GNU_MAKE -AC_CHECK_PROGS([PYTHON2], [python2 python]) +AC_CHECK_PROGS([PYTHON2], [python2.7 python2 python]) AC_PROG_SED AC_PROG_MKDIR_P