summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-01-20 11:09:47 +0200
committerEmil Velikov <emil.l.velikov@gmail.com>2016-03-02 11:12:40 +0000
commit9746e800cdfec8c6e1ff77a8adf6a7fff088f7e5 (patch)
tree8d44a9eb0dfaa62ac559cef0eb98da6d329fb824
parentb2c8f88d2ea3b77b615b5ddb193968d2e795eb48 (diff)
configure.ac: check for python2.7 exectable
Some of the BSD platforms (OpenBSD and DragonFly come to mind) do not have a python2 symlink. Inspired by an identical patch for mesa by Jonathan Gray. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d9392e6..98f5a51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
-AC_CHECK_PROGS([PYTHON2], [python2 python])
+AC_CHECK_PROGS([PYTHON2], [python2.7 python2 python])
AC_CHECK_PROGS([PERL], [perl])
dnl