summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-11-14 15:10:01 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2019-11-14 15:10:01 +0000
commit7baa918b3f946a27f39fd1d99c2e6a4499c4a20c (patch)
treeef0745419346faaefe759e2803669f9fc492169e /configure.ac
parent09edbe01d901c0f01e866aa08455c6d9ee6fd0ac (diff)
downloadlibepoxy-7baa918b3f946a27f39fd1d99c2e6a4499c4a20c.tar.gz
Remove Python 2 support
Python 2 is going to reach EOL in January 2020, and most platforms have already moved to Python 3.
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 b0bb452..63ad8ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,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], [python3])
# Initialize libtool
AC_DISABLE_STATIC