From d8b10c0a5ab44c19e1ee5ca329df4b0d8ba065cc Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 8 Feb 2017 13:03:41 +0000 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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