diff options
author | Jonathan Gray <jsg@jsg.id.au> | 2015-12-06 16:11:05 +1100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-12-17 09:37:24 +0000 |
commit | 4ef44bb484cbc0336d4fdcb8edce889ed1283732 (patch) | |
tree | 1b2434e9f0d527c45531213b1f074e372a4da343 /configure.ac | |
parent | 7f585a6a98d0553ec0ba48e18b1d9bac1256881a (diff) |
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 <jsg@jsg.id.au>
Cc: "11.0 11.1" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7a3c7cd2fa..adc582b958 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 |