summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-02-08 13:03:41 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2017-02-08 13:05:26 +0000
commitd8b10c0a5ab44c19e1ee5ca329df4b0d8ba065cc (patch)
treeb7fe9656eea8da5fcc7f35f6e750f269448cc81a /configure.ac
parent0727ae5d27a1f742945e337240867933bbc355ac (diff)
downloadlibepoxy-d8b10c0a5ab44c19e1ee5ca329df4b0d8ba065cc.tar.gz
Do not use Python 3 to run gen_dispatch.py
It's still a Python 2.x script, even if it's mostly compatible with Python 3.x.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f7ae158..50b9d5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-AC_CHECK_PROGS([PYTHON], [python3 python2 python])
+AC_CHECK_PROGS([PYTHON], [python2 python])
# Initialize libtool
AC_DISABLE_STATIC